Shades of De York #78CE81
Tints of De York #78CE81
RGB
CMYK
RGB Variations
Color information
#78CE81 (or 0x78CE81) is known color: De York. HEX triplet: 78, CE and 81. RGB value is (120,206,129). Sum of RGB (Red+Green+Blue) = 120+206+129=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CE81 is #87317E. Grayscale: #ABABAB. Windows color (decimal): -8860031 or 8507000. OLE color: 8507000.
HSL color Cylindrical-coordinate representation of color #78CE81: hue angle of 126.28º degrees, saturation: 0.47, 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 #78CE81 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 129 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.19 |
| HSL | 126.28º | 0.47% | 0.64% | - |
| HSV(B) | 126.28º | 0.42% | 0.81% | - |
| XYZ | 33.78 | 49.72 | 28.59 | - |
| YUV | 171.51 | 104.01 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 129 | 0.42 | 0 | 0.37 | 0.19 | 126.28 | 0.47 | 0.64 |
| Hex | 78 | CE | 81 | 2A | 0 | 25 | 13 | 7E | 2F | 40 |
| Octal | 170 | 316 | 201 | 52 | 0 | 45 | 23 | 176 | 57 | 100 |
| Binary | 1111000 | 11001110 | 10000001 | 101010 | 0 | 100101 | 10011 | 1111110 | 101111 | 1000000 |
Color Harmonies of #78CE81
Complementary color
Monochromatic Colors of #78CE81
Black with #78CE81
Text Example
Text Example
White with #78CE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE81; }
p { color: rgb(120,206,129); }
H1.HeaderClassName
{
color: #78CE81;
}
.AnyTagClassName
{
color: #78CE81;
}
</style>
background-color css
<style>
a { background-color: #78CE81; }
a { background-color: rgb(120,206,129); }
div.DivClassName
{
background-color: #78CE81;
}
.BgClassName
{
background-color: #78CE81;
}
</style>
border-color css
<style>
span { border-color: #78CE81; }
span { border-color: rgb(120,206,129); }
td.TdClassName
{
border-color: #78CE81;
}
.TagClassName
{
border-color: #78CE81;
}
</style>