Shades of De York #78CC8B
Tints of De York #78CC8B
RGB
CMYK
RGB Variations
Color information
#78CC8B (or 0x78CC8B) is known color: De York. HEX triplet: 78, CC and 8B. RGB value is (120,204,139). Sum of RGB (Red+Green+Blue) = 120+204+139=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CC8B is #873374. Grayscale: #ABABAB. Windows color (decimal): -8860533 or 9161848. OLE color: 9161848.
HSL color Cylindrical-coordinate representation of color #78CC8B: hue angle of 133.57º 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 #78CC8B is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 139 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.2 |
| HSL | 133.57º | 0.45% | 0.64% | - |
| HSV(B) | 133.57º | 0.41% | 0.8% | - |
| XYZ | 34 | 49.04 | 32.1 | - |
| YUV | 171.47 | 109.67 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 139 | 0.41 | 0 | 0.32 | 0.2 | 133.57 | 0.45 | 0.64 |
| Hex | 78 | CC | 8B | 29 | 0 | 20 | 14 | 86 | 2D | 40 |
| Octal | 170 | 314 | 213 | 51 | 0 | 40 | 24 | 206 | 55 | 100 |
| Binary | 1111000 | 11001100 | 10001011 | 101001 | 0 | 100000 | 10100 | 10000110 | 101101 | 1000000 |
Color Harmonies of #78CC8B
Complementary color
Monochromatic Colors of #78CC8B
Black with #78CC8B
Text Example
Text Example
White with #78CC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CC8B; }
p { color: rgb(120,204,139); }
H1.HeaderClassName
{
color: #78CC8B;
}
.AnyTagClassName
{
color: #78CC8B;
}
</style>
background-color css
<style>
a { background-color: #78CC8B; }
a { background-color: rgb(120,204,139); }
div.DivClassName
{
background-color: #78CC8B;
}
.BgClassName
{
background-color: #78CC8B;
}
</style>
border-color css
<style>
span { border-color: #78CC8B; }
span { border-color: rgb(120,204,139); }
td.TdClassName
{
border-color: #78CC8B;
}
.TagClassName
{
border-color: #78CC8B;
}
</style>