Shades of De York #78C880
Tints of De York #78C880
RGB
CMYK
RGB Variations
Color information
#78C880 (or 0x78C880) is known color: De York. HEX triplet: 78, C8 and 80. RGB value is (120,200,128). Sum of RGB (Red+Green+Blue) = 120+200+128=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #78C880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C880 is #87377F. Grayscale: #A8A8A8. Windows color (decimal): -8861568 or 8439928. OLE color: 8439928.
HSL color Cylindrical-coordinate representation of color #78C880: hue angle of 126º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C880 is Cyan = 0.4, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 200 | 128 | - |
| CMYK | 0.4 | 0 | 0.36 | 0.22 |
| HSL | 126º | 0.42% | 0.63% | - |
| HSV(B) | 126º | 0.4% | 0.78% | - |
| XYZ | 32.3 | 46.86 | 27.76 | - |
| YUV | 167.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 200 | 128 | 0.4 | 0 | 0.36 | 0.22 | 126 | 0.42 | 0.63 |
| Hex | 78 | C8 | 80 | 28 | 0 | 24 | 16 | 7E | 2A | 3F |
| Octal | 170 | 310 | 200 | 50 | 0 | 44 | 26 | 176 | 52 | 77 |
| Binary | 1111000 | 11001000 | 10000000 | 101000 | 0 | 100100 | 10110 | 1111110 | 101010 | 111111 |
Color Harmonies of #78C880
Complementary color
Monochromatic Colors of #78C880
Black with #78C880
Text Example
Text Example
White with #78C880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C880; }
p { color: rgb(120,200,128); }
H1.HeaderClassName
{
color: #78C880;
}
.AnyTagClassName
{
color: #78C880;
}
</style>
background-color css
<style>
a { background-color: #78C880; }
a { background-color: rgb(120,200,128); }
div.DivClassName
{
background-color: #78C880;
}
.BgClassName
{
background-color: #78C880;
}
</style>
border-color css
<style>
span { border-color: #78C880; }
span { border-color: rgb(120,200,128); }
td.TdClassName
{
border-color: #78C880;
}
.TagClassName
{
border-color: #78C880;
}
</style>