Shades of De York #78DD94
Tints of De York #78DD94
RGB
CMYK
RGB Variations
Color information
#78DD94 (or 0x78DD94) is known color: De York. HEX triplet: 78, DD and 94. RGB value is (120,221,148). Sum of RGB (Red+Green+Blue) = 120+221+148=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #78DD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DD94 is #87226B. Grayscale: #B6B6B6. Windows color (decimal): -8856172 or 9756024. OLE color: 9756024.
HSL color Cylindrical-coordinate representation of color #78DD94: hue angle of 136.63º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DD94 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 148 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.13 |
| HSL | 136.63º | 0.6% | 0.67% | - |
| HSV(B) | 136.63º | 0.46% | 0.87% | - |
| XYZ | 38.95 | 57.84 | 37.13 | - |
| YUV | 182.48 | 108.54 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 148 | 0.46 | 0 | 0.33 | 0.13 | 136.63 | 0.6 | 0.67 |
| Hex | 78 | DD | 94 | 2E | 0 | 21 | D | 89 | 3C | 43 |
| Octal | 170 | 335 | 224 | 56 | 0 | 41 | 15 | 211 | 74 | 103 |
| Binary | 1111000 | 11011101 | 10010100 | 101110 | 0 | 100001 | 1101 | 10001001 | 111100 | 1000011 |
Color Harmonies of #78DD94
Complementary color
Monochromatic Colors of #78DD94
Black with #78DD94
Text Example
Text Example
White with #78DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DD94; }
p { color: rgb(120,221,148); }
H1.HeaderClassName
{
color: #78DD94;
}
.AnyTagClassName
{
color: #78DD94;
}
</style>
background-color css
<style>
a { background-color: #78DD94; }
a { background-color: rgb(120,221,148); }
div.DivClassName
{
background-color: #78DD94;
}
.BgClassName
{
background-color: #78DD94;
}
</style>
border-color css
<style>
span { border-color: #78DD94; }
span { border-color: rgb(120,221,148); }
td.TdClassName
{
border-color: #78DD94;
}
.TagClassName
{
border-color: #78DD94;
}
</style>