Shades of De York #84D986
Tints of De York #84D986
RGB
CMYK
RGB Variations
Color information
#84D986 (or 0x84D986) is known color: De York. HEX triplet: 84, D9 and 86. RGB value is (132,217,134). Sum of RGB (Red+Green+Blue) = 132+217+134=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #84D986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D986 is #7B2679. Grayscale: #B6B6B6. Windows color (decimal): -8070778 or 8837508. OLE color: 8837508.
HSL color Cylindrical-coordinate representation of color #84D986: hue angle of 121.41º degrees, saturation: 0.53, 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 #84D986 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 134 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.15 |
| HSL | 121.41º | 0.53% | 0.68% | - |
| HSV(B) | 121.41º | 0.39% | 0.85% | - |
| XYZ | 38.63 | 56.25 | 31.38 | - |
| YUV | 182.12 | 100.84 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 134 | 0.39 | 0 | 0.38 | 0.15 | 121.41 | 0.53 | 0.68 |
| Hex | 84 | D9 | 86 | 27 | 0 | 26 | F | 79 | 35 | 44 |
| Octal | 204 | 331 | 206 | 47 | 0 | 46 | 17 | 171 | 65 | 104 |
| Binary | 10000100 | 11011001 | 10000110 | 100111 | 0 | 100110 | 1111 | 1111001 | 110101 | 1000100 |
Color Harmonies of #84D986
Complementary color
Monochromatic Colors of #84D986
Black with #84D986
Text Example
Text Example
White with #84D986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D986; }
p { color: rgb(132,217,134); }
H1.HeaderClassName
{
color: #84D986;
}
.AnyTagClassName
{
color: #84D986;
}
</style>
background-color css
<style>
a { background-color: #84D986; }
a { background-color: rgb(132,217,134); }
div.DivClassName
{
background-color: #84D986;
}
.BgClassName
{
background-color: #84D986;
}
</style>
border-color css
<style>
span { border-color: #84D986; }
span { border-color: rgb(132,217,134); }
td.TdClassName
{
border-color: #84D986;
}
.TagClassName
{
border-color: #84D986;
}
</style>