Shades of De York #80CF80
Tints of De York #80CF80
RGB
CMYK
RGB Variations
Color information
#80CF80 (or 0x80CF80) is known color: De York. HEX triplet: 80, CF and 80. RGB value is (128,207,128). Sum of RGB (Red+Green+Blue) = 128+207+128=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CF80 is #7F307F. Grayscale: #AEAEAE. Windows color (decimal): -8335488 or 8441728. OLE color: 8441728.
HSL color Cylindrical-coordinate representation of color #80CF80: hue angle of 120º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CF80 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 128 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.19 |
| HSL | 120º | 0.45% | 0.66% | - |
| HSV(B) | 120º | 0.38% | 0.81% | - |
| XYZ | 35.11 | 50.77 | 28.37 | - |
| YUV | 174.37 | 101.83 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 128 | 0.38 | 0 | 0.38 | 0.19 | 120 | 0.45 | 0.66 |
| Hex | 80 | CF | 80 | 26 | 0 | 26 | 13 | 78 | 2D | 42 |
| Octal | 200 | 317 | 200 | 46 | 0 | 46 | 23 | 170 | 55 | 102 |
| Binary | 10000000 | 11001111 | 10000000 | 100110 | 0 | 100110 | 10011 | 1111000 | 101101 | 1000010 |
Color Harmonies of #80CF80
Complementary color
Monochromatic Colors of #80CF80
Black with #80CF80
Text Example
Text Example
White with #80CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF80; }
p { color: rgb(128,207,128); }
H1.HeaderClassName
{
color: #80CF80;
}
.AnyTagClassName
{
color: #80CF80;
}
</style>
background-color css
<style>
a { background-color: #80CF80; }
a { background-color: rgb(128,207,128); }
div.DivClassName
{
background-color: #80CF80;
}
.BgClassName
{
background-color: #80CF80;
}
</style>
border-color css
<style>
span { border-color: #80CF80; }
span { border-color: rgb(128,207,128); }
td.TdClassName
{
border-color: #80CF80;
}
.TagClassName
{
border-color: #80CF80;
}
</style>