Shades of De York #78DB8F
Tints of De York #78DB8F
RGB
CMYK
RGB Variations
Color information
#78DB8F (or 0x78DB8F) is known color: De York. HEX triplet: 78, DB and 8F. RGB value is (120,219,143). Sum of RGB (Red+Green+Blue) = 120+219+143=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DB8F is #872470. Grayscale: #B4B4B4. Windows color (decimal): -8856689 or 9427832. OLE color: 9427832.
HSL color Cylindrical-coordinate representation of color #78DB8F: hue angle of 133.94º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DB8F is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 143 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.14 |
| HSL | 133.94º | 0.58% | 0.66% | - |
| HSV(B) | 133.94º | 0.45% | 0.86% | - |
| XYZ | 38.04 | 56.64 | 34.91 | - |
| YUV | 180.74 | 106.7 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 143 | 0.45 | 0 | 0.35 | 0.14 | 133.94 | 0.58 | 0.66 |
| Hex | 78 | DB | 8F | 2D | 0 | 23 | E | 86 | 3A | 42 |
| Octal | 170 | 333 | 217 | 55 | 0 | 43 | 16 | 206 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10001111 | 101101 | 0 | 100011 | 1110 | 10000110 | 111010 | 1000010 |
Color Harmonies of #78DB8F
Complementary color
Monochromatic Colors of #78DB8F
Black with #78DB8F
Text Example
Text Example
White with #78DB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DB8F; }
p { color: rgb(120,219,143); }
H1.HeaderClassName
{
color: #78DB8F;
}
.AnyTagClassName
{
color: #78DB8F;
}
</style>
background-color css
<style>
a { background-color: #78DB8F; }
a { background-color: rgb(120,219,143); }
div.DivClassName
{
background-color: #78DB8F;
}
.BgClassName
{
background-color: #78DB8F;
}
</style>
border-color css
<style>
span { border-color: #78DB8F; }
span { border-color: rgb(120,219,143); }
td.TdClassName
{
border-color: #78DB8F;
}
.TagClassName
{
border-color: #78DB8F;
}
</style>