Shades of De York #80C780
Tints of De York #80C780
RGB
CMYK
RGB Variations
Color information
#80C780 (or 0x80C780) is known color: De York. HEX triplet: 80, C7 and 80. RGB value is (128,199,128). Sum of RGB (Red+Green+Blue) = 128+199+128=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #80C780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C780 is #7F387F. Grayscale: #A9A9A9. Windows color (decimal): -8337536 or 8439680. OLE color: 8439680.
HSL color Cylindrical-coordinate representation of color #80C780: hue angle of 120º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C780 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 199 | 128 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.22 |
| HSL | 120º | 0.39% | 0.64% | - |
| HSV(B) | 120º | 0.36% | 0.78% | - |
| XYZ | 33.22 | 46.99 | 27.74 | - |
| YUV | 169.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 199 | 128 | 0.36 | 0 | 0.36 | 0.22 | 120 | 0.39 | 0.64 |
| Hex | 80 | C7 | 80 | 24 | 0 | 24 | 16 | 78 | 27 | 40 |
| Octal | 200 | 307 | 200 | 44 | 0 | 44 | 26 | 170 | 47 | 100 |
| Binary | 10000000 | 11000111 | 10000000 | 100100 | 0 | 100100 | 10110 | 1111000 | 100111 | 1000000 |
Color Harmonies of #80C780
Complementary color
Monochromatic Colors of #80C780
Black with #80C780
Text Example
Text Example
White with #80C780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C780; }
p { color: rgb(128,199,128); }
H1.HeaderClassName
{
color: #80C780;
}
.AnyTagClassName
{
color: #80C780;
}
</style>
background-color css
<style>
a { background-color: #80C780; }
a { background-color: rgb(128,199,128); }
div.DivClassName
{
background-color: #80C780;
}
.BgClassName
{
background-color: #80C780;
}
</style>
border-color css
<style>
span { border-color: #80C780; }
span { border-color: rgb(128,199,128); }
td.TdClassName
{
border-color: #80C780;
}
.TagClassName
{
border-color: #80C780;
}
</style>