Shades of De York #84D888
Tints of De York #84D888
RGB
CMYK
RGB Variations
Color information
#84D888 (or 0x84D888) is known color: De York. HEX triplet: 84, D8 and 88. RGB value is (132,216,136). Sum of RGB (Red+Green+Blue) = 132+216+136=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #84D888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D888 is #7B2777. Grayscale: #B6B6B6. Windows color (decimal): -8071032 or 8968324. OLE color: 8968324.
HSL color Cylindrical-coordinate representation of color #84D888: hue angle of 122.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D888 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 136 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.15 |
| HSL | 122.86º | 0.52% | 0.68% | - |
| HSV(B) | 122.86º | 0.39% | 0.85% | - |
| XYZ | 38.52 | 55.79 | 32.03 | - |
| YUV | 181.76 | 102.17 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 136 | 0.39 | 0 | 0.37 | 0.15 | 122.86 | 0.52 | 0.68 |
| Hex | 84 | D8 | 88 | 27 | 0 | 25 | F | 7B | 34 | 44 |
| Octal | 204 | 330 | 210 | 47 | 0 | 45 | 17 | 173 | 64 | 104 |
| Binary | 10000100 | 11011000 | 10001000 | 100111 | 0 | 100101 | 1111 | 1111011 | 110100 | 1000100 |
Color Harmonies of #84D888
Complementary color
Monochromatic Colors of #84D888
Black with #84D888
Text Example
Text Example
White with #84D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D888; }
p { color: rgb(132,216,136); }
H1.HeaderClassName
{
color: #84D888;
}
.AnyTagClassName
{
color: #84D888;
}
</style>
background-color css
<style>
a { background-color: #84D888; }
a { background-color: rgb(132,216,136); }
div.DivClassName
{
background-color: #84D888;
}
.BgClassName
{
background-color: #84D888;
}
</style>
border-color css
<style>
span { border-color: #84D888; }
span { border-color: rgb(132,216,136); }
td.TdClassName
{
border-color: #84D888;
}
.TagClassName
{
border-color: #84D888;
}
</style>