Shades of De York #84D197
Tints of De York #84D197
RGB
CMYK
RGB Variations
Color information
#84D197 (or 0x84D197) is known color: De York. HEX triplet: 84, D1 and 97. RGB value is (132,209,151). Sum of RGB (Red+Green+Blue) = 132+209+151=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #84D197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D197 is #7B2E68. Grayscale: #B3B3B3. Windows color (decimal): -8072809 or 9949572. OLE color: 9949572.
HSL color Cylindrical-coordinate representation of color #84D197: hue angle of 134.81º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D197 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 209 | 151 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.18 |
| HSL | 134.81º | 0.46% | 0.67% | - |
| HSV(B) | 134.81º | 0.37% | 0.82% | - |
| XYZ | 37.9 | 52.74 | 37.46 | - |
| YUV | 179.37 | 111.99 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 209 | 151 | 0.37 | 0 | 0.28 | 0.18 | 134.81 | 0.46 | 0.67 |
| Hex | 84 | D1 | 97 | 25 | 0 | 1C | 12 | 87 | 2E | 43 |
| Octal | 204 | 321 | 227 | 45 | 0 | 34 | 22 | 207 | 56 | 103 |
| Binary | 10000100 | 11010001 | 10010111 | 100101 | 0 | 11100 | 10010 | 10000111 | 101110 | 1000011 |
Color Harmonies of #84D197
Complementary color
Monochromatic Colors of #84D197
Black with #84D197
Text Example
Text Example
White with #84D197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D197; }
p { color: rgb(132,209,151); }
H1.HeaderClassName
{
color: #84D197;
}
.AnyTagClassName
{
color: #84D197;
}
</style>
background-color css
<style>
a { background-color: #84D197; }
a { background-color: rgb(132,209,151); }
div.DivClassName
{
background-color: #84D197;
}
.BgClassName
{
background-color: #84D197;
}
</style>
border-color css
<style>
span { border-color: #84D197; }
span { border-color: rgb(132,209,151); }
td.TdClassName
{
border-color: #84D197;
}
.TagClassName
{
border-color: #84D197;
}
</style>