Shades of De York #78CC90
Tints of De York #78CC90
RGB
CMYK
RGB Variations
Color information
#78CC90 (or 0x78CC90) is known color: De York. HEX triplet: 78, CC and 90. RGB value is (120,204,144). Sum of RGB (Red+Green+Blue) = 120+204+144=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CC90 is #87336F. Grayscale: #ACACAC. Windows color (decimal): -8860528 or 9489528. OLE color: 9489528.
HSL color Cylindrical-coordinate representation of color #78CC90: hue angle of 137.14º 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 #78CC90 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 144 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.2 |
| HSL | 137.14º | 0.45% | 0.64% | - |
| HSV(B) | 137.14º | 0.41% | 0.8% | - |
| XYZ | 34.37 | 49.19 | 34.07 | - |
| YUV | 172.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 144 | 0.41 | 0 | 0.29 | 0.2 | 137.14 | 0.45 | 0.64 |
| Hex | 78 | CC | 90 | 29 | 0 | 1D | 14 | 89 | 2D | 40 |
| Octal | 170 | 314 | 220 | 51 | 0 | 35 | 24 | 211 | 55 | 100 |
| Binary | 1111000 | 11001100 | 10010000 | 101001 | 0 | 11101 | 10100 | 10001001 | 101101 | 1000000 |
Color Harmonies of #78CC90
Complementary color
Monochromatic Colors of #78CC90
Black with #78CC90
Text Example
Text Example
White with #78CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CC90; }
p { color: rgb(120,204,144); }
H1.HeaderClassName
{
color: #78CC90;
}
.AnyTagClassName
{
color: #78CC90;
}
</style>
background-color css
<style>
a { background-color: #78CC90; }
a { background-color: rgb(120,204,144); }
div.DivClassName
{
background-color: #78CC90;
}
.BgClassName
{
background-color: #78CC90;
}
</style>
border-color css
<style>
span { border-color: #78CC90; }
span { border-color: rgb(120,204,144); }
td.TdClassName
{
border-color: #78CC90;
}
.TagClassName
{
border-color: #78CC90;
}
</style>