Shades of De York #78CC8C
Tints of De York #78CC8C
RGB
CMYK
RGB Variations
Color information
#78CC8C (or 0x78CC8C) is known color: De York. HEX triplet: 78, CC and 8C. RGB value is (120,204,140). Sum of RGB (Red+Green+Blue) = 120+204+140=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CC8C is #873373. Grayscale: #ABABAB. Windows color (decimal): -8860532 or 9227384. OLE color: 9227384.
HSL color Cylindrical-coordinate representation of color #78CC8C: hue angle of 134.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 #78CC8C is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 140 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.2 |
| HSL | 134.29º | 0.45% | 0.64% | - |
| HSV(B) | 134.29º | 0.41% | 0.8% | - |
| XYZ | 34.07 | 49.07 | 32.49 | - |
| YUV | 171.59 | 110.17 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 140 | 0.41 | 0 | 0.31 | 0.2 | 134.29 | 0.45 | 0.64 |
| Hex | 78 | CC | 8C | 29 | 0 | 1F | 14 | 86 | 2D | 40 |
| Octal | 170 | 314 | 214 | 51 | 0 | 37 | 24 | 206 | 55 | 100 |
| Binary | 1111000 | 11001100 | 10001100 | 101001 | 0 | 11111 | 10100 | 10000110 | 101101 | 1000000 |
Color Harmonies of #78CC8C
Complementary color
Monochromatic Colors of #78CC8C
Black with #78CC8C
Text Example
Text Example
White with #78CC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CC8C; }
p { color: rgb(120,204,140); }
H1.HeaderClassName
{
color: #78CC8C;
}
.AnyTagClassName
{
color: #78CC8C;
}
</style>
background-color css
<style>
a { background-color: #78CC8C; }
a { background-color: rgb(120,204,140); }
div.DivClassName
{
background-color: #78CC8C;
}
.BgClassName
{
background-color: #78CC8C;
}
</style>
border-color css
<style>
span { border-color: #78CC8C; }
span { border-color: rgb(120,204,140); }
td.TdClassName
{
border-color: #78CC8C;
}
.TagClassName
{
border-color: #78CC8C;
}
</style>