Shades of De York #84D880
Tints of De York #84D880
RGB
CMYK
RGB Variations
Color information
#84D880 (or 0x84D880) is known color: De York. HEX triplet: 84, D8 and 80. RGB value is (132,216,128). Sum of RGB (Red+Green+Blue) = 132+216+128=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #84D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D880 is #7B277F. Grayscale: #B5B5B5. Windows color (decimal): -8071040 or 8444036. OLE color: 8444036.
HSL color Cylindrical-coordinate representation of color #84D880: hue angle of 117.27º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84D880 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 128 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.15 |
| HSL | 117.27º | 0.53% | 0.67% | - |
| HSV(B) | 117.27º | 0.41% | 0.85% | - |
| XYZ | 37.97 | 55.58 | 29.15 | - |
| YUV | 180.85 | 98.17 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 128 | 0.39 | 0 | 0.41 | 0.15 | 117.27 | 0.53 | 0.67 |
| Hex | 84 | D8 | 80 | 27 | 0 | 29 | F | 75 | 35 | 43 |
| Octal | 204 | 330 | 200 | 47 | 0 | 51 | 17 | 165 | 65 | 103 |
| Binary | 10000100 | 11011000 | 10000000 | 100111 | 0 | 101001 | 1111 | 1110101 | 110101 | 1000011 |
Color Harmonies of #84D880
Complementary color
Monochromatic Colors of #84D880
Black with #84D880
Text Example
Text Example
White with #84D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D880; }
p { color: rgb(132,216,128); }
H1.HeaderClassName
{
color: #84D880;
}
.AnyTagClassName
{
color: #84D880;
}
</style>
background-color css
<style>
a { background-color: #84D880; }
a { background-color: rgb(132,216,128); }
div.DivClassName
{
background-color: #84D880;
}
.BgClassName
{
background-color: #84D880;
}
</style>
border-color css
<style>
span { border-color: #84D880; }
span { border-color: rgb(132,216,128); }
td.TdClassName
{
border-color: #84D880;
}
.TagClassName
{
border-color: #84D880;
}
</style>