Shades of De York #78CE8A
Tints of De York #78CE8A
RGB
CMYK
RGB Variations
Color information
#78CE8A (or 0x78CE8A) is known color: De York. HEX triplet: 78, CE and 8A. RGB value is (120,206,138). Sum of RGB (Red+Green+Blue) = 120+206+138=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CE8A is #873175. Grayscale: #ACACAC. Windows color (decimal): -8860022 or 9096824. OLE color: 9096824.
HSL color Cylindrical-coordinate representation of color #78CE8A: hue angle of 132.56º 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 #78CE8A is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 138 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.19 |
| HSL | 132.56º | 0.47% | 0.64% | - |
| HSV(B) | 132.56º | 0.42% | 0.81% | - |
| XYZ | 34.4 | 49.97 | 31.88 | - |
| YUV | 172.53 | 108.51 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 138 | 0.42 | 0 | 0.33 | 0.19 | 132.56 | 0.47 | 0.64 |
| Hex | 78 | CE | 8A | 2A | 0 | 21 | 13 | 85 | 2F | 40 |
| Octal | 170 | 316 | 212 | 52 | 0 | 41 | 23 | 205 | 57 | 100 |
| Binary | 1111000 | 11001110 | 10001010 | 101010 | 0 | 100001 | 10011 | 10000101 | 101111 | 1000000 |
Color Harmonies of #78CE8A
Complementary color
Monochromatic Colors of #78CE8A
Black with #78CE8A
Text Example
Text Example
White with #78CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE8A; }
p { color: rgb(120,206,138); }
H1.HeaderClassName
{
color: #78CE8A;
}
.AnyTagClassName
{
color: #78CE8A;
}
</style>
background-color css
<style>
a { background-color: #78CE8A; }
a { background-color: rgb(120,206,138); }
div.DivClassName
{
background-color: #78CE8A;
}
.BgClassName
{
background-color: #78CE8A;
}
</style>
border-color css
<style>
span { border-color: #78CE8A; }
span { border-color: rgb(120,206,138); }
td.TdClassName
{
border-color: #78CE8A;
}
.TagClassName
{
border-color: #78CE8A;
}
</style>