#7ED281

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

Shades of De York #7ED281

Tints of De York #7ED281

Color information

#7ED281 (or 0x7ED281) is unknown color: approx De York. HEX triplet: 7E, D2 and 81. RGB value is (126,210,129). Sum of RGB (Red+Green+Blue) = 126+210+129=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED281 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED281 is #812D7E. Grayscale: #AFAFAF. Windows color (decimal): -8465791 or 8508030. OLE color: 8508030.

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

Color convert

RGB126210129-
CMYK0.400.390.18
HSL122.14º48.28%65.88%-
HSV(B)122.14º40%82.35%-
XYZ35.6152.1128.95-
YUV175.65101.6792.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 210 (82.42% from 255) = 45.16%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=27.10%
G=45.16%
B=27.74%

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
Decimal1262101290.400.390.18122.1448.2865.88
Hex7ED28128027127a3042
Octal176322201500472217260102
Binary1111110110100101000000110100001001111001011110101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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