#7ED288

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

Shades of De York #7ED288

Tints of De York #7ED288

Color information

#7ED288 (or 0x7ED288) is unknown color: approx De York. HEX triplet: 7E, D2 and 88. RGB value is (126,210,136). Sum of RGB (Red+Green+Blue) = 126+210+136=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED288 is #812D77. Grayscale: #B0B0B0. Windows color (decimal): -8465784 or 8966782. OLE color: 8966782.

HSL color Cylindrical-coordinate representation of color #7ED288: hue angle of 127.14º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED288 is Cyan = 0.4, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB126210136-
CMYK0.400.350.18
HSL127.14º48.28%65.88%-
HSV(B)127.14º40%82.35%-
XYZ36.0952.3131.49-
YUV176.45105.1792.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.69%
GREEN value IS 210 (82.42% from 255) = 44.49%
BLUE value IS 136 (53.52% from 255) = 28.81%
R=26.69%
G=44.49%
B=28.81%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262101360.400.350.18127.1448.2865.88
Hex7ED28828023127f3042
Octal176322210500432217760102
Binary1111110110100101000100010100001000111001011111111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,210,136); }

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

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

 a { background-color: rgb(126,210,136); }

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

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

 span { border-color: rgb(126,210,136); }

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