Shades of De York #84D996
Tints of De York #84D996
RGB
CMYK
RGB Variations
Color information
#84D996 (or 0x84D996) is known color: De York. HEX triplet: 84, D9 and 96. RGB value is (132,217,150). Sum of RGB (Red+Green+Blue) = 132+217+150=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #84D996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D996 is #7B2669. Grayscale: #B8B8B8. Windows color (decimal): -8070762 or 9886084. OLE color: 9886084.
HSL color Cylindrical-coordinate representation of color #84D996: hue angle of 132.71º 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 #84D996 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 150 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.15 |
| HSL | 132.71º | 0.53% | 0.68% | - |
| HSV(B) | 132.71º | 0.39% | 0.85% | - |
| XYZ | 39.83 | 56.73 | 37.71 | - |
| YUV | 183.95 | 108.84 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 150 | 0.39 | 0 | 0.31 | 0.15 | 132.71 | 0.53 | 0.68 |
| Hex | 84 | D9 | 96 | 27 | 0 | 1F | F | 85 | 35 | 44 |
| Octal | 204 | 331 | 226 | 47 | 0 | 37 | 17 | 205 | 65 | 104 |
| Binary | 10000100 | 11011001 | 10010110 | 100111 | 0 | 11111 | 1111 | 10000101 | 110101 | 1000100 |
Color Harmonies of #84D996
Complementary color
Monochromatic Colors of #84D996
Black with #84D996
Text Example
Text Example
White with #84D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D996; }
p { color: rgb(132,217,150); }
H1.HeaderClassName
{
color: #84D996;
}
.AnyTagClassName
{
color: #84D996;
}
</style>
background-color css
<style>
a { background-color: #84D996; }
a { background-color: rgb(132,217,150); }
div.DivClassName
{
background-color: #84D996;
}
.BgClassName
{
background-color: #84D996;
}
</style>
border-color css
<style>
span { border-color: #84D996; }
span { border-color: rgb(132,217,150); }
td.TdClassName
{
border-color: #84D996;
}
.TagClassName
{
border-color: #84D996;
}
</style>