Shades of De York #78CC7E
Tints of De York #78CC7E
RGB
CMYK
RGB Variations
Color information
#78CC7E (or 0x78CC7E) is known color: De York. HEX triplet: 78, CC and 7E. RGB value is (120,204,126). Sum of RGB (Red+Green+Blue) = 120+204+126=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CC7E is #873381. Grayscale: #AAAAAA. Windows color (decimal): -8860546 or 8309880. OLE color: 8309880.
HSL color Cylindrical-coordinate representation of color #78CC7E: hue angle of 124.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CC7E is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 126 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.2 |
| HSL | 124.29º | 0.45% | 0.64% | - |
| HSV(B) | 124.29º | 0.41% | 0.8% | - |
| XYZ | 33.1 | 48.69 | 27.39 | - |
| YUV | 169.99 | 103.17 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 126 | 0.41 | 0 | 0.38 | 0.2 | 124.29 | 0.45 | 0.64 |
| Hex | 78 | CC | 7E | 29 | 0 | 26 | 14 | 7C | 2D | 40 |
| Octal | 170 | 314 | 176 | 51 | 0 | 46 | 24 | 174 | 55 | 100 |
| Binary | 1111000 | 11001100 | 1111110 | 101001 | 0 | 100110 | 10100 | 1111100 | 101101 | 1000000 |
Color Harmonies of #78CC7E
Complementary color
Monochromatic Colors of #78CC7E
Black with #78CC7E
Text Example
Text Example
White with #78CC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CC7E; }
p { color: rgb(120,204,126); }
H1.HeaderClassName
{
color: #78CC7E;
}
.AnyTagClassName
{
color: #78CC7E;
}
</style>
background-color css
<style>
a { background-color: #78CC7E; }
a { background-color: rgb(120,204,126); }
div.DivClassName
{
background-color: #78CC7E;
}
.BgClassName
{
background-color: #78CC7E;
}
</style>
border-color css
<style>
span { border-color: #78CC7E; }
span { border-color: rgb(120,204,126); }
td.TdClassName
{
border-color: #78CC7E;
}
.TagClassName
{
border-color: #78CC7E;
}
</style>