Shades of De York #78CE90
Tints of De York #78CE90
RGB
CMYK
RGB Variations
Color information
#78CE90 (or 0x78CE90) is known color: De York. HEX triplet: 78, CE and 90. RGB value is (120,206,144). Sum of RGB (Red+Green+Blue) = 120+206+144=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CE90 is #87316F. Grayscale: #ADADAD. Windows color (decimal): -8860016 or 9490040. OLE color: 9490040.
HSL color Cylindrical-coordinate representation of color #78CE90: hue angle of 136.74º 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 #78CE90 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 144 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.19 |
| HSL | 136.74º | 0.47% | 0.64% | - |
| HSV(B) | 136.74º | 0.42% | 0.81% | - |
| XYZ | 34.85 | 50.15 | 34.23 | - |
| YUV | 173.22 | 111.51 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 144 | 0.42 | 0 | 0.30 | 0.19 | 136.74 | 0.47 | 0.64 |
| Hex | 78 | CE | 90 | 2A | 0 | 1E | 13 | 89 | 2F | 40 |
| Octal | 170 | 316 | 220 | 52 | 0 | 36 | 23 | 211 | 57 | 100 |
| Binary | 1111000 | 11001110 | 10010000 | 101010 | 0 | 11110 | 10011 | 10001001 | 101111 | 1000000 |
Color Harmonies of #78CE90
Complementary color
Monochromatic Colors of #78CE90
Black with #78CE90
Text Example
Text Example
White with #78CE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE90; }
p { color: rgb(120,206,144); }
H1.HeaderClassName
{
color: #78CE90;
}
.AnyTagClassName
{
color: #78CE90;
}
</style>
background-color css
<style>
a { background-color: #78CE90; }
a { background-color: rgb(120,206,144); }
div.DivClassName
{
background-color: #78CE90;
}
.BgClassName
{
background-color: #78CE90;
}
</style>
border-color css
<style>
span { border-color: #78CE90; }
span { border-color: rgb(120,206,144); }
td.TdClassName
{
border-color: #78CE90;
}
.TagClassName
{
border-color: #78CE90;
}
</style>