#80DE89

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

Shades of De York #80DE89

Tints of De York #80DE89

Color information

#80DE89 (or 0x80DE89) is unknown color: approx De York. HEX triplet: 80, DE and 89. RGB value is (128,222,137). Sum of RGB (Red+Green+Blue) = 128+222+137=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DE89 is #7F2176. Grayscale: #B8B8B8. Windows color (decimal): -8331639 or 9035392. OLE color: 9035392.

HSL color Cylindrical-coordinate representation of color #80DE89: hue angle of 125.74º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DE89 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB128222137-
CMYK0.4200.380.13
HSL125.74º58.75%68.63%-
HSV(B)125.74º42.34%87.06%-
XYZ39.5458.6432.9-
YUV184.2101.3687.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 222 (87.11% from 255) = 45.59%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=26.28%
G=45.59%
B=28.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282221370.4200.380.13125.7458.7568.63
Hex80DE892A026D7e3b45
Octal200336211520461517673105
Binary1000000011011110100010011010100100110110111111101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80DE89; }

 p { color: rgb(128,222,137); }

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

<style>
 a { background-color: #80DE89; }

 a { background-color: rgb(128,222,137); }

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

<style>
 span { border-color: #80DE89; }

 span { border-color: rgb(128,222,137); }

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