Shades of De York #84D997
Tints of De York #84D997
RGB
CMYK
RGB Variations
Color information
#84D997 (or 0x84D997) is known color: De York. HEX triplet: 84, D9 and 97. RGB value is (132,217,151). Sum of RGB (Red+Green+Blue) = 132+217+151=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #84D997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D997 is #7B2668. Grayscale: #B8B8B8. Windows color (decimal): -8070761 or 9951620. OLE color: 9951620.
HSL color Cylindrical-coordinate representation of color #84D997: hue angle of 133.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 #84D997 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 151 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.15 |
| HSL | 133.41º | 0.53% | 0.68% | - |
| HSV(B) | 133.41º | 0.39% | 0.85% | - |
| XYZ | 39.91 | 56.77 | 38.13 | - |
| YUV | 184.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 151 | 0.39 | 0 | 0.30 | 0.15 | 133.41 | 0.53 | 0.68 |
| Hex | 84 | D9 | 97 | 27 | 0 | 1E | F | 85 | 35 | 44 |
| Octal | 204 | 331 | 227 | 47 | 0 | 36 | 17 | 205 | 65 | 104 |
| Binary | 10000100 | 11011001 | 10010111 | 100111 | 0 | 11110 | 1111 | 10000101 | 110101 | 1000100 |
Color Harmonies of #84D997
Complementary color
Monochromatic Colors of #84D997
Black with #84D997
Text Example
Text Example
White with #84D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D997; }
p { color: rgb(132,217,151); }
H1.HeaderClassName
{
color: #84D997;
}
.AnyTagClassName
{
color: #84D997;
}
</style>
background-color css
<style>
a { background-color: #84D997; }
a { background-color: rgb(132,217,151); }
div.DivClassName
{
background-color: #84D997;
}
.BgClassName
{
background-color: #84D997;
}
</style>
border-color css
<style>
span { border-color: #84D997; }
span { border-color: rgb(132,217,151); }
td.TdClassName
{
border-color: #84D997;
}
.TagClassName
{
border-color: #84D997;
}
</style>