#7ED280

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

Shades of De York #7ED280

Tints of De York #7ED280

Color information

#7ED280 (or 0x7ED280) is unknown color: approx De York. HEX triplet: 7E, D2 and 80. RGB value is (126,210,128). Sum of RGB (Red+Green+Blue) = 126+210+128=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED280 is #812D7F. Grayscale: #AFAFAF. Windows color (decimal): -8465792 or 8442494. OLE color: 8442494.

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

Color convert

RGB126210128-
CMYK0.400.390.18
HSL121.43º48.28%65.88%-
HSV(B)121.43º40%82.35%-
XYZ35.5552.0928.6-
YUV175.54101.1792.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.16%
GREEN value IS 210 (82.42% from 255) = 45.26%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=27.16%
G=45.26%
B=27.59%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262101280.400.390.18121.4348.2865.88
Hex7ED2802802712793042
Octal176322200500472217160102
Binary1111110110100101000000010100001001111001011110011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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