Shades of De York #78CE7E
Tints of De York #78CE7E
RGB
CMYK
RGB Variations
Color information
#78CE7E (or 0x78CE7E) is known color: De York. HEX triplet: 78, CE and 7E. RGB value is (120,206,126). Sum of RGB (Red+Green+Blue) = 120+206+126=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CE7E is #873181. Grayscale: #ABABAB. Windows color (decimal): -8860034 or 8310392. OLE color: 8310392.
HSL color Cylindrical-coordinate representation of color #78CE7E: hue angle of 124.19º 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 #78CE7E is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 126 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.19 |
| HSL | 124.19º | 0.47% | 0.64% | - |
| HSV(B) | 124.19º | 0.42% | 0.81% | - |
| XYZ | 33.58 | 49.64 | 27.55 | - |
| YUV | 171.17 | 102.51 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 126 | 0.42 | 0 | 0.39 | 0.19 | 124.19 | 0.47 | 0.64 |
| Hex | 78 | CE | 7E | 2A | 0 | 27 | 13 | 7C | 2F | 40 |
| Octal | 170 | 316 | 176 | 52 | 0 | 47 | 23 | 174 | 57 | 100 |
| Binary | 1111000 | 11001110 | 1111110 | 101010 | 0 | 100111 | 10011 | 1111100 | 101111 | 1000000 |
Color Harmonies of #78CE7E
Complementary color
Monochromatic Colors of #78CE7E
Black with #78CE7E
Text Example
Text Example
White with #78CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE7E; }
p { color: rgb(120,206,126); }
H1.HeaderClassName
{
color: #78CE7E;
}
.AnyTagClassName
{
color: #78CE7E;
}
</style>
background-color css
<style>
a { background-color: #78CE7E; }
a { background-color: rgb(120,206,126); }
div.DivClassName
{
background-color: #78CE7E;
}
.BgClassName
{
background-color: #78CE7E;
}
</style>
border-color css
<style>
span { border-color: #78CE7E; }
span { border-color: rgb(120,206,126); }
td.TdClassName
{
border-color: #78CE7E;
}
.TagClassName
{
border-color: #78CE7E;
}
</style>