Shades of De York #80CC82
Tints of De York #80CC82
RGB
CMYK
RGB Variations
Color information
#80CC82 (or 0x80CC82) is known color: De York. HEX triplet: 80, CC and 82. RGB value is (128,204,130). Sum of RGB (Red+Green+Blue) = 128+204+130=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CC82 is #7F337D. Grayscale: #ADADAD. Windows color (decimal): -8336254 or 8572032. OLE color: 8572032.
HSL color Cylindrical-coordinate representation of color #80CC82: hue angle of 121.58º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CC82 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 204 | 130 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.2 |
| HSL | 121.58º | 0.43% | 0.65% | - |
| HSV(B) | 121.58º | 0.37% | 0.8% | - |
| XYZ | 34.52 | 49.39 | 28.83 | - |
| YUV | 172.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 130 | 0.37 | 0 | 0.36 | 0.2 | 121.58 | 0.43 | 0.65 |
| Hex | 80 | CC | 82 | 25 | 0 | 24 | 14 | 7A | 2B | 41 |
| Octal | 200 | 314 | 202 | 45 | 0 | 44 | 24 | 172 | 53 | 101 |
| Binary | 10000000 | 11001100 | 10000010 | 100101 | 0 | 100100 | 10100 | 1111010 | 101011 | 1000001 |
Color Harmonies of #80CC82
Complementary color
Monochromatic Colors of #80CC82
Black with #80CC82
Text Example
Text Example
White with #80CC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CC82; }
p { color: rgb(128,204,130); }
H1.HeaderClassName
{
color: #80CC82;
}
.AnyTagClassName
{
color: #80CC82;
}
</style>
background-color css
<style>
a { background-color: #80CC82; }
a { background-color: rgb(128,204,130); }
div.DivClassName
{
background-color: #80CC82;
}
.BgClassName
{
background-color: #80CC82;
}
</style>
border-color css
<style>
span { border-color: #80CC82; }
span { border-color: rgb(128,204,130); }
td.TdClassName
{
border-color: #80CC82;
}
.TagClassName
{
border-color: #80CC82;
}
</style>