Shades of De York #78D288
Tints of De York #78D288
RGB
CMYK
RGB Variations
Color information
#78D288 (or 0x78D288) is known color: De York. HEX triplet: 78, D2 and 88. RGB value is (120,210,136). Sum of RGB (Red+Green+Blue) = 120+210+136=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #78D288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D288 is #872D77. Grayscale: #AEAEAE. Windows color (decimal): -8859000 or 8966776. OLE color: 8966776.
HSL color Cylindrical-coordinate representation of color #78D288: hue angle of 130.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D288 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 210 | 136 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.18 |
| HSL | 130.67º | 0.5% | 0.65% | - |
| HSV(B) | 130.67º | 0.43% | 0.82% | - |
| XYZ | 35.24 | 51.86 | 31.45 | - |
| YUV | 174.65 | 106.18 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 210 | 136 | 0.43 | 0 | 0.35 | 0.18 | 130.67 | 0.5 | 0.65 |
| Hex | 78 | D2 | 88 | 2B | 0 | 23 | 12 | 83 | 32 | 41 |
| Octal | 170 | 322 | 210 | 53 | 0 | 43 | 22 | 203 | 62 | 101 |
| Binary | 1111000 | 11010010 | 10001000 | 101011 | 0 | 100011 | 10010 | 10000011 | 110010 | 1000001 |
Color Harmonies of #78D288
Complementary color
Monochromatic Colors of #78D288
Black with #78D288
Text Example
Text Example
White with #78D288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D288; }
p { color: rgb(120,210,136); }
H1.HeaderClassName
{
color: #78D288;
}
.AnyTagClassName
{
color: #78D288;
}
</style>
background-color css
<style>
a { background-color: #78D288; }
a { background-color: rgb(120,210,136); }
div.DivClassName
{
background-color: #78D288;
}
.BgClassName
{
background-color: #78D288;
}
</style>
border-color css
<style>
span { border-color: #78D288; }
span { border-color: rgb(120,210,136); }
td.TdClassName
{
border-color: #78D288;
}
.TagClassName
{
border-color: #78D288;
}
</style>