Shades of De York #78CF81
Tints of De York #78CF81
RGB
CMYK
RGB Variations
Color information
#78CF81 (or 0x78CF81) is known color: De York. HEX triplet: 78, CF and 81. RGB value is (120,207,129). Sum of RGB (Red+Green+Blue) = 120+207+129=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CF81 is #87307E. Grayscale: #ACACAC. Windows color (decimal): -8859775 or 8507256. OLE color: 8507256.
HSL color Cylindrical-coordinate representation of color #78CF81: hue angle of 126.21º 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 #78CF81 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 129 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.19 |
| HSL | 126.21º | 0.48% | 0.64% | - |
| HSV(B) | 126.21º | 0.42% | 0.81% | - |
| XYZ | 34.02 | 50.2 | 28.67 | - |
| YUV | 172.1 | 103.68 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 129 | 0.42 | 0 | 0.38 | 0.19 | 126.21 | 0.48 | 0.64 |
| Hex | 78 | CF | 81 | 2A | 0 | 26 | 13 | 7E | 30 | 40 |
| Octal | 170 | 317 | 201 | 52 | 0 | 46 | 23 | 176 | 60 | 100 |
| Binary | 1111000 | 11001111 | 10000001 | 101010 | 0 | 100110 | 10011 | 1111110 | 110000 | 1000000 |
Color Harmonies of #78CF81
Complementary color
Monochromatic Colors of #78CF81
Black with #78CF81
Text Example
Text Example
White with #78CF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF81; }
p { color: rgb(120,207,129); }
H1.HeaderClassName
{
color: #78CF81;
}
.AnyTagClassName
{
color: #78CF81;
}
</style>
background-color css
<style>
a { background-color: #78CF81; }
a { background-color: rgb(120,207,129); }
div.DivClassName
{
background-color: #78CF81;
}
.BgClassName
{
background-color: #78CF81;
}
</style>
border-color css
<style>
span { border-color: #78CF81; }
span { border-color: rgb(120,207,129); }
td.TdClassName
{
border-color: #78CF81;
}
.TagClassName
{
border-color: #78CF81;
}
</style>