Shades of De York #78CF85
Tints of De York #78CF85
RGB
CMYK
RGB Variations
Color information
#78CF85 (or 0x78CF85) is known color: De York. HEX triplet: 78, CF and 85. RGB value is (120,207,133). Sum of RGB (Red+Green+Blue) = 120+207+133=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CF85 is #87307A. Grayscale: #ACACAC. Windows color (decimal): -8859771 or 8769400. OLE color: 8769400.
HSL color Cylindrical-coordinate representation of color #78CF85: hue angle of 128.97º 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 #78CF85 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 133 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.19 |
| HSL | 128.97º | 0.48% | 0.64% | - |
| HSV(B) | 128.97º | 0.42% | 0.81% | - |
| XYZ | 34.29 | 50.31 | 30.09 | - |
| YUV | 172.55 | 105.68 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 133 | 0.42 | 0 | 0.36 | 0.19 | 128.97 | 0.48 | 0.64 |
| Hex | 78 | CF | 85 | 2A | 0 | 24 | 13 | 81 | 30 | 40 |
| Octal | 170 | 317 | 205 | 52 | 0 | 44 | 23 | 201 | 60 | 100 |
| Binary | 1111000 | 11001111 | 10000101 | 101010 | 0 | 100100 | 10011 | 10000001 | 110000 | 1000000 |
Color Harmonies of #78CF85
Complementary color
Monochromatic Colors of #78CF85
Black with #78CF85
Text Example
Text Example
White with #78CF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF85; }
p { color: rgb(120,207,133); }
H1.HeaderClassName
{
color: #78CF85;
}
.AnyTagClassName
{
color: #78CF85;
}
</style>
background-color css
<style>
a { background-color: #78CF85; }
a { background-color: rgb(120,207,133); }
div.DivClassName
{
background-color: #78CF85;
}
.BgClassName
{
background-color: #78CF85;
}
</style>
border-color css
<style>
span { border-color: #78CF85; }
span { border-color: rgb(120,207,133); }
td.TdClassName
{
border-color: #78CF85;
}
.TagClassName
{
border-color: #78CF85;
}
</style>