Shades of De York #78D286
Tints of De York #78D286
RGB
CMYK
RGB Variations
Color information
#78D286 (or 0x78D286) is known color: De York. HEX triplet: 78, D2 and 86. RGB value is (120,210,134). Sum of RGB (Red+Green+Blue) = 120+210+134=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #78D286 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D286 is #872D79. Grayscale: #AEAEAE. Windows color (decimal): -8859002 or 8835704. OLE color: 8835704.
HSL color Cylindrical-coordinate representation of color #78D286: hue angle of 129.33º 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 #78D286 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 210 | 134 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.18 |
| HSL | 129.33º | 0.5% | 0.65% | - |
| HSV(B) | 129.33º | 0.43% | 0.82% | - |
| XYZ | 35.1 | 51.81 | 30.7 | - |
| YUV | 174.43 | 105.18 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 210 | 134 | 0.43 | 0 | 0.36 | 0.18 | 129.33 | 0.5 | 0.65 |
| Hex | 78 | D2 | 86 | 2B | 0 | 24 | 12 | 81 | 32 | 41 |
| Octal | 170 | 322 | 206 | 53 | 0 | 44 | 22 | 201 | 62 | 101 |
| Binary | 1111000 | 11010010 | 10000110 | 101011 | 0 | 100100 | 10010 | 10000001 | 110010 | 1000001 |
Color Harmonies of #78D286
Complementary color
Monochromatic Colors of #78D286
Black with #78D286
Text Example
Text Example
White with #78D286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D286; }
p { color: rgb(120,210,134); }
H1.HeaderClassName
{
color: #78D286;
}
.AnyTagClassName
{
color: #78D286;
}
</style>
background-color css
<style>
a { background-color: #78D286; }
a { background-color: rgb(120,210,134); }
div.DivClassName
{
background-color: #78D286;
}
.BgClassName
{
background-color: #78D286;
}
</style>
border-color css
<style>
span { border-color: #78D286; }
span { border-color: rgb(120,210,134); }
td.TdClassName
{
border-color: #78D286;
}
.TagClassName
{
border-color: #78D286;
}
</style>