#7ED28F

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

Shades of De York #7ED28F

Tints of De York #7ED28F

Color information

#7ED28F (or 0x7ED28F) is unknown color: approx De York. HEX triplet: 7E, D2 and 8F. RGB value is (126,210,143). Sum of RGB (Red+Green+Blue) = 126+210+143=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED28F is #812D70. Grayscale: #B1B1B1. Windows color (decimal): -8465777 or 9425534. OLE color: 9425534.

HSL color Cylindrical-coordinate representation of color #7ED28F: hue angle of 132.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 #7ED28F is Cyan = 0.4, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB126210143-
CMYK0.400.320.18
HSL132.14º48.28%65.88%-
HSV(B)132.14º40%82.35%-
XYZ36.6152.5134.19-
YUV177.25108.6791.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.30%
GREEN value IS 210 (82.42% from 255) = 43.84%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=26.30%
G=43.84%
B=29.85%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262101430.400.320.18132.1448.2865.88
Hex7ED28F2802012843042
Octal176322217500402220460102
Binary11111101101001010001111101000010000010010100001001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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