Shades of De York #78D092
Tints of De York #78D092
RGB
CMYK
RGB Variations
Color information
#78D092 (or 0x78D092) is known color: De York. HEX triplet: 78, D0 and 92. RGB value is (120,208,146). Sum of RGB (Red+Green+Blue) = 120+208+146=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #78D092 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D092 is #872F6D. Grayscale: #AEAEAE. Windows color (decimal): -8859502 or 9621624. OLE color: 9621624.
HSL color Cylindrical-coordinate representation of color #78D092: hue angle of 137.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78D092 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 146 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.18 |
| HSL | 137.73º | 0.48% | 0.64% | - |
| HSV(B) | 137.73º | 0.42% | 0.82% | - |
| XYZ | 35.49 | 51.18 | 35.2 | - |
| YUV | 174.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 146 | 0.42 | 0 | 0.30 | 0.18 | 137.73 | 0.48 | 0.64 |
| Hex | 78 | D0 | 92 | 2A | 0 | 1E | 12 | 8A | 30 | 40 |
| Octal | 170 | 320 | 222 | 52 | 0 | 36 | 22 | 212 | 60 | 100 |
| Binary | 1111000 | 11010000 | 10010010 | 101010 | 0 | 11110 | 10010 | 10001010 | 110000 | 1000000 |
Color Harmonies of #78D092
Complementary color
Monochromatic Colors of #78D092
Black with #78D092
Text Example
Text Example
White with #78D092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D092; }
p { color: rgb(120,208,146); }
H1.HeaderClassName
{
color: #78D092;
}
.AnyTagClassName
{
color: #78D092;
}
</style>
background-color css
<style>
a { background-color: #78D092; }
a { background-color: rgb(120,208,146); }
div.DivClassName
{
background-color: #78D092;
}
.BgClassName
{
background-color: #78D092;
}
</style>
border-color css
<style>
span { border-color: #78D092; }
span { border-color: rgb(120,208,146); }
td.TdClassName
{
border-color: #78D092;
}
.TagClassName
{
border-color: #78D092;
}
</style>