#7ED488

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

Shades of De York #7ED488

Tints of De York #7ED488

Color information

#7ED488 (or 0x7ED488) is unknown color: approx De York. HEX triplet: 7E, D4 and 88. RGB value is (126,212,136). Sum of RGB (Red+Green+Blue) = 126+212+136=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED488 is #812B77. Grayscale: #B1B1B1. Windows color (decimal): -8465272 or 8967294. OLE color: 8967294.

HSL color Cylindrical-coordinate representation of color #7ED488: hue angle of 126.98º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED488 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB126212136-
CMYK0.4100.360.17
HSL126.98º50%66.27%-
HSV(B)126.98º40.57%83.14%-
XYZ36.5953.331.65-
YUV177.62104.5191.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.58%
GREEN value IS 212 (83.20% from 255) = 44.73%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=26.58%
G=44.73%
B=28.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1262121360.4100.360.17126.985066.27
Hex7ED48829024117f3242
Octal176324210510442117762102
Binary1111110110101001000100010100101001001000111111111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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