#80D499

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

Shades of De York #80D499

Tints of De York #80D499

Color information

#80D499 (or 0x80D499) is unknown color: approx De York. HEX triplet: 80, D4 and 99. RGB value is (128,212,153). Sum of RGB (Red+Green+Blue) = 128+212+153=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #80D499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D499 is #7F2B66. Grayscale: #B4B4B4. Windows color (decimal): -8334183 or 10081408. OLE color: 10081408.

HSL color Cylindrical-coordinate representation of color #80D499: hue angle of 137.86º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D499 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB128212153-
CMYK0.4000.280.17
HSL137.86º49.41%66.67%-
HSV(B)137.86º39.62%83.14%-
XYZ38.253.9838.54-
YUV180.16112.6790.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 212 (83.20% from 255) = 43.00%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=25.96%
G=43.00%
B=31.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282121530.4000.280.17137.8649.4166.67
Hex80D4992801C118a3143
Octal200324231500342121261103
Binary10000000110101001001100110100001110010001100010101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,212,153); }

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

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

 a { background-color: rgb(128,212,153); }

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

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

 span { border-color: rgb(128,212,153); }

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