Shades of De York #78CC8F
Tints of De York #78CC8F
RGB
CMYK
RGB Variations
Color information
#78CC8F (or 0x78CC8F) is known color: De York. HEX triplet: 78, CC and 8F. RGB value is (120,204,143). Sum of RGB (Red+Green+Blue) = 120+204+143=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CC8F is #873370. Grayscale: #ACACAC. Windows color (decimal): -8860529 or 9423992. OLE color: 9423992.
HSL color Cylindrical-coordinate representation of color #78CC8F: hue angle of 136.43º 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 #78CC8F is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 143 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.2 |
| HSL | 136.43º | 0.45% | 0.64% | - |
| HSV(B) | 136.43º | 0.41% | 0.8% | - |
| XYZ | 34.3 | 49.16 | 33.67 | - |
| YUV | 171.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 143 | 0.41 | 0 | 0.30 | 0.2 | 136.43 | 0.45 | 0.64 |
| Hex | 78 | CC | 8F | 29 | 0 | 1E | 14 | 88 | 2D | 40 |
| Octal | 170 | 314 | 217 | 51 | 0 | 36 | 24 | 210 | 55 | 100 |
| Binary | 1111000 | 11001100 | 10001111 | 101001 | 0 | 11110 | 10100 | 10001000 | 101101 | 1000000 |
Color Harmonies of #78CC8F
Complementary color
Monochromatic Colors of #78CC8F
Black with #78CC8F
Text Example
Text Example
White with #78CC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CC8F; }
p { color: rgb(120,204,143); }
H1.HeaderClassName
{
color: #78CC8F;
}
.AnyTagClassName
{
color: #78CC8F;
}
</style>
background-color css
<style>
a { background-color: #78CC8F; }
a { background-color: rgb(120,204,143); }
div.DivClassName
{
background-color: #78CC8F;
}
.BgClassName
{
background-color: #78CC8F;
}
</style>
border-color css
<style>
span { border-color: #78CC8F; }
span { border-color: rgb(120,204,143); }
td.TdClassName
{
border-color: #78CC8F;
}
.TagClassName
{
border-color: #78CC8F;
}
</style>