COLOR #7FD590

HEX: #7FD590
RGB: (127,213,144)

Renk bilgisi

#7FD590 contains mainly green color. #7FD590 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7FD590 color RGB value is (127,213,144).

  • kırmız ton 127;
  • yeşil ton 213;
  • mavi ton 144.
RGB:
(127,213,144)
(50%,84%,56%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 213 of 255 = 84%
B 144 of 255 = 56%

127
213
144

R + G + B ~ 63%. #7FD590 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 213 + 144 = 484 (100%)
R 127 of 484 ~ 26.24%
G 213 of 484 ~ 44.01%
B 144 of 484 ~ 29.75%

%26.24
%44.01
%29.75

CMYK RENK MODELİ

#7FD590 rengi CMYK tonu (40,0,32,16).

  • camgöbeği tonu 40.38%
  • eflatun tonu 0.00%
  • sarı tonu 32.39%
  • ana renk tonu 16.47%
CMYK:
(40,0,32,16)
C40M0Y32K16 
(40%,0%,32%,16%)
(0.40/0.00/0.32/0.16)	

CMYK yüzdeleri

%40.38
%0
%32.39
%16.47

Codes

Color #7FD590 in popluar color models

7FD590
RGB127213144
HSL132°50.59%66.67%
HSB/HSV132°40.38%83.53%
CMYK40.38%0.00%32.39%
16.47%

Color #7FD590 in popluar number systems.

HEX7FD590
Decimal127213144
Binary11111111101010110010000
Octal177325220

Shades and tints

Shades of #7FD590

#7FD590
(127,213,144)
#74C283
(116,194,131)
#69AF76
(105,175,118)
#5E9C69
(94,156,105)
#53895C
(83,137,92)
#48764F
(72,118,79)
#3D6342
(61,99,66)
#325035
(50,80,53)
#273D28
(39,61,40)
#1C2A1B
(28,42,27)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #7FD590

#7FD590
(127,213,144)
#8AD89A
(138,216,154)
#95DBA4
(149,219,164)
#A0DEAE
(160,222,174)
#ABE1B8
(171,225,184)
#B6E4C2
(182,228,194)
#C1E7CC
(193,231,204)
#CCEAD6
(204,234,214)
#D7EDE0
(215,237,224)
#E2F0EA
(226,240,234)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD590 color. Also use rgb(127,213,144) instead hex code.

Text Font Color

.myTextColor { color: #7FD590; }

<p style="color:#7FD590">This sample text font color is #7FD590.</p>

This text font color is #7FD590.


Background Color

.myBgColor { background-color: #7FD590; }

<div style="background-color:#7FD590">Inner text</div>

This div background color is #7FD590.


Border color

.myBorderColor { border: 1px solid #7FD590; }

<div style="border:3px solid #7FD590">Div</div>

This div border color is #7FD590.


Opacity

.myOpacity80 { color: #7FD590; opacity: 0.8; }

<p style="color:#7FD590;opacity:0.8;">80%</p>

Text with #7FD590 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7FD590;}

<p style="text-shadow: 3px 3px 1px #7FD590">Text here.</p>

This text has shadow with #7FD590 color.

.textShadow {text-shadow: 3px 3px 1px #7FD590, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7FD590, 5px 5px 20px red">Text here.</p>

This text has shadow with #7FD590 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7FD590, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7FD590, Direction=45, Strength=4)">Text</p>

This text has shadow with #7FD590 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7FD590;
  -webkit-box-shadow:	1px 1px 3px 2px #7FD590;
  box-shadow:		1px 1px 3px 2px #7FD590;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7FD590;
-webkit-box-shadow: 1px 1px 3px 2px #7FD590;
box-shadow:1px 1px 3px 2px #7FD590;">
Div content here</div>
This div box has shadow with color #7FD590.

Preview

Color preview on black background

This text has color #7FD590 on black background.


Color preview on white background

This text has color #7FD590 on white background.



Black color preview on #7FD590 background

This text has black color on #7FD590 background.


White color preview on #7FD590 background

This text has white color on #7FD590 background.