Shades of De York #84D097
Tints of De York #84D097
RGB
CMYK
RGB Variations
Color information
#84D097 (or 0x84D097) is known color: De York. HEX triplet: 84, D0 and 97. RGB value is (132,208,151). Sum of RGB (Red+Green+Blue) = 132+208+151=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #84D097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D097 is #7B2F68. Grayscale: #B2B2B2. Windows color (decimal): -8073065 or 9949316. OLE color: 9949316.
HSL color Cylindrical-coordinate representation of color #84D097: hue angle of 135º degrees, saturation: 0.45, 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 #84D097 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 208 | 151 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.18 |
| HSL | 135º | 0.45% | 0.67% | - |
| HSV(B) | 135º | 0.37% | 0.82% | - |
| XYZ | 37.66 | 52.25 | 37.38 | - |
| YUV | 178.78 | 112.32 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 151 | 0.37 | 0 | 0.27 | 0.18 | 135 | 0.45 | 0.67 |
| Hex | 84 | D0 | 97 | 25 | 0 | 1B | 12 | 87 | 2D | 43 |
| Octal | 204 | 320 | 227 | 45 | 0 | 33 | 22 | 207 | 55 | 103 |
| Binary | 10000100 | 11010000 | 10010111 | 100101 | 0 | 11011 | 10010 | 10000111 | 101101 | 1000011 |
Color Harmonies of #84D097
Complementary color
Monochromatic Colors of #84D097
Black with #84D097
Text Example
Text Example
White with #84D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D097; }
p { color: rgb(132,208,151); }
H1.HeaderClassName
{
color: #84D097;
}
.AnyTagClassName
{
color: #84D097;
}
</style>
background-color css
<style>
a { background-color: #84D097; }
a { background-color: rgb(132,208,151); }
div.DivClassName
{
background-color: #84D097;
}
.BgClassName
{
background-color: #84D097;
}
</style>
border-color css
<style>
span { border-color: #84D097; }
span { border-color: rgb(132,208,151); }
td.TdClassName
{
border-color: #84D097;
}
.TagClassName
{
border-color: #84D097;
}
</style>