Shades of De York #78D492
Tints of De York #78D492
RGB
CMYK
RGB Variations
Color information
#78D492 (or 0x78D492) is known color: De York. HEX triplet: 78, D4 and 92. RGB value is (120,212,146). Sum of RGB (Red+Green+Blue) = 120+212+146=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #78D492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D492 is #872B6D. Grayscale: #B1B1B1. Windows color (decimal): -8858478 or 9622648. OLE color: 9622648.
HSL color Cylindrical-coordinate representation of color #78D492: hue angle of 136.96º 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 #78D492 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 212 | 146 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.17 |
| HSL | 136.96º | 0.52% | 0.65% | - |
| HSV(B) | 136.96º | 0.43% | 0.83% | - |
| XYZ | 36.48 | 53.16 | 35.53 | - |
| YUV | 176.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 212 | 146 | 0.43 | 0 | 0.31 | 0.17 | 136.96 | 0.52 | 0.65 |
| Hex | 78 | D4 | 92 | 2B | 0 | 1F | 11 | 89 | 34 | 41 |
| Octal | 170 | 324 | 222 | 53 | 0 | 37 | 21 | 211 | 64 | 101 |
| Binary | 1111000 | 11010100 | 10010010 | 101011 | 0 | 11111 | 10001 | 10001001 | 110100 | 1000001 |
Color Harmonies of #78D492
Complementary color
Monochromatic Colors of #78D492
Black with #78D492
Text Example
Text Example
White with #78D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D492; }
p { color: rgb(120,212,146); }
H1.HeaderClassName
{
color: #78D492;
}
.AnyTagClassName
{
color: #78D492;
}
</style>
background-color css
<style>
a { background-color: #78D492; }
a { background-color: rgb(120,212,146); }
div.DivClassName
{
background-color: #78D492;
}
.BgClassName
{
background-color: #78D492;
}
</style>
border-color css
<style>
span { border-color: #78D492; }
span { border-color: rgb(120,212,146); }
td.TdClassName
{
border-color: #78D492;
}
.TagClassName
{
border-color: #78D492;
}
</style>