#7FD488

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

Shades of De York #7FD488

Tints of De York #7FD488

Color information

#7FD488 (or 0x7FD488) is unknown color: approx De York. HEX triplet: 7F, D4 and 88. RGB value is (127,212,136). Sum of RGB (Red+Green+Blue) = 127+212+136=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD488 is #802B77. Grayscale: #B2B2B2. Windows color (decimal): -8399736 or 8967295. OLE color: 8967295.

HSL color Cylindrical-coordinate representation of color #7FD488: hue angle of 126.35º 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 #7FD488 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB127212136-
CMYK0.4000.360.17
HSL126.35º49.71%66.47%-
HSV(B)126.35º40.09%83.14%-
XYZ36.7453.3831.66-
YUV177.92104.3491.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.74%
GREEN value IS 212 (83.20% from 255) = 44.63%
BLUE value IS 136 (53.52% from 255) = 28.63%
R=26.74%
G=44.63%
B=28.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1272121360.4000.360.17126.3549.7166.47
Hex7FD48828024117e3242
Octal177324210500442117662102
Binary1111111110101001000100010100001001001000111111101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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