Shades of De York #78DD93
Tints of De York #78DD93
RGB
CMYK
RGB Variations
Color information
#78DD93 (or 0x78DD93) is known color: De York. HEX triplet: 78, DD and 93. RGB value is (120,221,147). Sum of RGB (Red+Green+Blue) = 120+221+147=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #78DD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DD93 is #87226C. Grayscale: #B6B6B6. Windows color (decimal): -8856173 or 9690488. OLE color: 9690488.
HSL color Cylindrical-coordinate representation of color #78DD93: hue angle of 136.04º 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 #78DD93 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 147 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.13 |
| HSL | 136.04º | 0.6% | 0.67% | - |
| HSV(B) | 136.04º | 0.46% | 0.87% | - |
| XYZ | 38.87 | 57.81 | 36.71 | - |
| YUV | 182.37 | 108.04 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 147 | 0.46 | 0 | 0.33 | 0.13 | 136.04 | 0.6 | 0.67 |
| Hex | 78 | DD | 93 | 2E | 0 | 21 | D | 88 | 3C | 43 |
| Octal | 170 | 335 | 223 | 56 | 0 | 41 | 15 | 210 | 74 | 103 |
| Binary | 1111000 | 11011101 | 10010011 | 101110 | 0 | 100001 | 1101 | 10001000 | 111100 | 1000011 |
Color Harmonies of #78DD93
Complementary color
Monochromatic Colors of #78DD93
Black with #78DD93
Text Example
Text Example
White with #78DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DD93; }
p { color: rgb(120,221,147); }
H1.HeaderClassName
{
color: #78DD93;
}
.AnyTagClassName
{
color: #78DD93;
}
</style>
background-color css
<style>
a { background-color: #78DD93; }
a { background-color: rgb(120,221,147); }
div.DivClassName
{
background-color: #78DD93;
}
.BgClassName
{
background-color: #78DD93;
}
</style>
border-color css
<style>
span { border-color: #78DD93; }
span { border-color: rgb(120,221,147); }
td.TdClassName
{
border-color: #78DD93;
}
.TagClassName
{
border-color: #78DD93;
}
</style>