#7fd49a

Color #7FD49A De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7FD49A

Tints of De York #7FD49A

Color information

#7FD49A (or 0x7FD49A) is unknown color: approx De York. HEX triplet: 7F, D4 and 9A. RGB value is (127,212,154). Sum of RGB (Red+Green+Blue) = 127+212+154=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD49A is #802B65. Grayscale: #B4B4B4. Windows color (decimal): -8399718 or 10146943. OLE color: 10146943.

HSL color Cylindrical-coordinate representation of color #7FD49A: hue angle of 139.06º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD49A is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB127212154-
CMYK0.4000.270.17
HSL139.06º49.71%66.47%-
HSV(B)139.06º40.09%83.14%-
XYZ38.1353.9338.97-
YUV179.97113.3490.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 25.76%
GREEN value IS 212 (83.20% from 255) = 43.00%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=25.76%
G=43.00%
B=31.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1272121540.4000.270.17139.0649.7166.47
Hex7FD49A2801B118b3242
Octal177324232500332121362102
Binary1111111110101001001101010100001101110001100010111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fd49a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7fd49a; }

 p { color: rgb(127,212,154); }

 H1.HeaderClassName
 {
   color: #7fd49a;
 }
 .AnyTagClassName
 {
   color: #7fd49a;
 }
</style>
background-color css

<style>
 a { background-color: #7fd49a; }

 a { background-color: rgb(127,212,154); }

 div.DivClassName
 {
   background-color: #7fd49a;
 }
 .BgClassName
 {
   background-color: #7fd49a;
 }
</style>
border-color css

<style>
 span { border-color: #7fd49a; }

 span { border-color: rgb(127,212,154); }

 td.TdClassName
 {
   border-color: #7fd49a;
 }
 .TagClassName
 {
   border-color: #7fd49a;
 }
</style>