Shades of De York #78CA84
Tints of De York #78CA84
RGB
CMYK
RGB Variations
Color information
#78CA84 (or 0x78CA84) is known color: De York. HEX triplet: 78, CA and 84. RGB value is (120,202,132). Sum of RGB (Red+Green+Blue) = 120+202+132=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CA84 is #87357B. Grayscale: #A9A9A9. Windows color (decimal): -8861052 or 8702584. OLE color: 8702584.
HSL color Cylindrical-coordinate representation of color #78CA84: hue angle of 128.78º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CA84 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 202 | 132 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.21 |
| HSL | 128.78º | 0.44% | 0.63% | - |
| HSV(B) | 128.78º | 0.41% | 0.79% | - |
| XYZ | 33.03 | 47.9 | 29.33 | - |
| YUV | 169.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 202 | 132 | 0.41 | 0 | 0.35 | 0.21 | 128.78 | 0.44 | 0.63 |
| Hex | 78 | CA | 84 | 29 | 0 | 23 | 15 | 81 | 2C | 3F |
| Octal | 170 | 312 | 204 | 51 | 0 | 43 | 25 | 201 | 54 | 77 |
| Binary | 1111000 | 11001010 | 10000100 | 101001 | 0 | 100011 | 10101 | 10000001 | 101100 | 111111 |
Color Harmonies of #78CA84
Complementary color
Monochromatic Colors of #78CA84
Black with #78CA84
Text Example
Text Example
White with #78CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CA84; }
p { color: rgb(120,202,132); }
H1.HeaderClassName
{
color: #78CA84;
}
.AnyTagClassName
{
color: #78CA84;
}
</style>
background-color css
<style>
a { background-color: #78CA84; }
a { background-color: rgb(120,202,132); }
div.DivClassName
{
background-color: #78CA84;
}
.BgClassName
{
background-color: #78CA84;
}
</style>
border-color css
<style>
span { border-color: #78CA84; }
span { border-color: rgb(120,202,132); }
td.TdClassName
{
border-color: #78CA84;
}
.TagClassName
{
border-color: #78CA84;
}
</style>