Shades of De York #78CF84
Tints of De York #78CF84
RGB
CMYK
RGB Variations
Color information
#78CF84 (or 0x78CF84) is known color: De York. HEX triplet: 78, CF and 84. RGB value is (120,207,132). Sum of RGB (Red+Green+Blue) = 120+207+132=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CF84 is #87307B. Grayscale: #ACACAC. Windows color (decimal): -8859772 or 8703864. OLE color: 8703864.
HSL color Cylindrical-coordinate representation of color #78CF84: hue angle of 128.28º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CF84 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 132 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.19 |
| HSL | 128.28º | 0.48% | 0.64% | - |
| HSV(B) | 128.28º | 0.42% | 0.81% | - |
| XYZ | 34.22 | 50.28 | 29.73 | - |
| YUV | 172.44 | 105.18 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 132 | 0.42 | 0 | 0.36 | 0.19 | 128.28 | 0.48 | 0.64 |
| Hex | 78 | CF | 84 | 2A | 0 | 24 | 13 | 80 | 30 | 40 |
| Octal | 170 | 317 | 204 | 52 | 0 | 44 | 23 | 200 | 60 | 100 |
| Binary | 1111000 | 11001111 | 10000100 | 101010 | 0 | 100100 | 10011 | 10000000 | 110000 | 1000000 |
Color Harmonies of #78CF84
Complementary color
Monochromatic Colors of #78CF84
Black with #78CF84
Text Example
Text Example
White with #78CF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF84; }
p { color: rgb(120,207,132); }
H1.HeaderClassName
{
color: #78CF84;
}
.AnyTagClassName
{
color: #78CF84;
}
</style>
background-color css
<style>
a { background-color: #78CF84; }
a { background-color: rgb(120,207,132); }
div.DivClassName
{
background-color: #78CF84;
}
.BgClassName
{
background-color: #78CF84;
}
</style>
border-color css
<style>
span { border-color: #78CF84; }
span { border-color: rgb(120,207,132); }
td.TdClassName
{
border-color: #78CF84;
}
.TagClassName
{
border-color: #78CF84;
}
</style>