#7ED582

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

Shades of De York #7ED582

Tints of De York #7ED582

Color information

#7ED582 (or 0x7ED582) is unknown color: approx De York. HEX triplet: 7E, D5 and 82. RGB value is (126,213,130). Sum of RGB (Red+Green+Blue) = 126+213+130=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED582 is #812A7D. Grayscale: #B1B1B1. Windows color (decimal): -8465022 or 8574334. OLE color: 8574334.

HSL color Cylindrical-coordinate representation of color #7ED582: hue angle of 122.76º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED582 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB126213130-
CMYK0.4100.390.16
HSL122.76º50.88%66.47%-
HSV(B)122.76º40.85%83.53%-
XYZ36.4353.6429.55-
YUV177.52101.1891.25-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.87%
GREEN value IS 213 (83.59% from 255) = 45.42%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=26.87%
G=45.42%
B=27.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262131300.4100.390.16122.7650.8866.47
Hex7ED58229027107b3342
Octal176325202510472017363102
Binary1111110110101011000001010100101001111000011110111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,213,130); }

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

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

 a { background-color: rgb(126,213,130); }

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

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

 span { border-color: rgb(126,213,130); }

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