Shades of De York #80D380
Tints of De York #80D380
RGB
CMYK
RGB Variations
Color information
#80D380 (or 0x80D380) is known color: De York. HEX triplet: 80, D3 and 80. RGB value is (128,211,128). Sum of RGB (Red+Green+Blue) = 128+211+128=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #80D380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D380 is #7F2C7F. Grayscale: #B0B0B0. Windows color (decimal): -8334464 or 8442752. OLE color: 8442752.
HSL color Cylindrical-coordinate representation of color #80D380: hue angle of 120º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D380 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 211 | 128 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.17 |
| HSL | 120º | 0.49% | 0.66% | - |
| HSV(B) | 120º | 0.39% | 0.83% | - |
| XYZ | 36.09 | 52.74 | 28.7 | - |
| YUV | 176.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 128 | 0.39 | 0 | 0.39 | 0.17 | 120 | 0.49 | 0.66 |
| Hex | 80 | D3 | 80 | 27 | 0 | 27 | 11 | 78 | 31 | 42 |
| Octal | 200 | 323 | 200 | 47 | 0 | 47 | 21 | 170 | 61 | 102 |
| Binary | 10000000 | 11010011 | 10000000 | 100111 | 0 | 100111 | 10001 | 1111000 | 110001 | 1000010 |
Color Harmonies of #80D380
Complementary color
Monochromatic Colors of #80D380
Black with #80D380
Text Example
Text Example
White with #80D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D380; }
p { color: rgb(128,211,128); }
H1.HeaderClassName
{
color: #80D380;
}
.AnyTagClassName
{
color: #80D380;
}
</style>
background-color css
<style>
a { background-color: #80D380; }
a { background-color: rgb(128,211,128); }
div.DivClassName
{
background-color: #80D380;
}
.BgClassName
{
background-color: #80D380;
}
</style>
border-color css
<style>
span { border-color: #80D380; }
span { border-color: rgb(128,211,128); }
td.TdClassName
{
border-color: #80D380;
}
.TagClassName
{
border-color: #80D380;
}
</style>