Shades of De York #78D490
Tints of De York #78D490
RGB
CMYK
RGB Variations
Color information
#78D490 (or 0x78D490) is known color: De York. HEX triplet: 78, D4 and 90. RGB value is (120,212,144). Sum of RGB (Red+Green+Blue) = 120+212+144=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #78D490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D490 is #872B6F. Grayscale: #B0B0B0. Windows color (decimal): -8858480 or 9491576. OLE color: 9491576.
HSL color Cylindrical-coordinate representation of color #78D490: hue angle of 135.65º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D490 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 212 | 144 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.17 |
| HSL | 135.65º | 0.52% | 0.65% | - |
| HSV(B) | 135.65º | 0.43% | 0.83% | - |
| XYZ | 36.32 | 53.09 | 34.72 | - |
| YUV | 176.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 212 | 144 | 0.43 | 0 | 0.32 | 0.17 | 135.65 | 0.52 | 0.65 |
| Hex | 78 | D4 | 90 | 2B | 0 | 20 | 11 | 88 | 34 | 41 |
| Octal | 170 | 324 | 220 | 53 | 0 | 40 | 21 | 210 | 64 | 101 |
| Binary | 1111000 | 11010100 | 10010000 | 101011 | 0 | 100000 | 10001 | 10001000 | 110100 | 1000001 |
Color Harmonies of #78D490
Complementary color
Monochromatic Colors of #78D490
Black with #78D490
Text Example
Text Example
White with #78D490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D490; }
p { color: rgb(120,212,144); }
H1.HeaderClassName
{
color: #78D490;
}
.AnyTagClassName
{
color: #78D490;
}
</style>
background-color css
<style>
a { background-color: #78D490; }
a { background-color: rgb(120,212,144); }
div.DivClassName
{
background-color: #78D490;
}
.BgClassName
{
background-color: #78D490;
}
</style>
border-color css
<style>
span { border-color: #78D490; }
span { border-color: rgb(120,212,144); }
td.TdClassName
{
border-color: #78D490;
}
.TagClassName
{
border-color: #78D490;
}
</style>