Shades of De York #84D697
Tints of De York #84D697
RGB
CMYK
RGB Variations
Color information
#84D697 (or 0x84D697) is known color: De York. HEX triplet: 84, D6 and 97. RGB value is (132,214,151). Sum of RGB (Red+Green+Blue) = 132+214+151=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #84D697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D697 is #7B2968. Grayscale: #B6B6B6. Windows color (decimal): -8071529 or 9950852. OLE color: 9950852.
HSL color Cylindrical-coordinate representation of color #84D697: hue angle of 133.9º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D697 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 151 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.16 |
| HSL | 133.9º | 0.5% | 0.68% | - |
| HSV(B) | 133.9º | 0.38% | 0.84% | - |
| XYZ | 39.15 | 55.23 | 37.88 | - |
| YUV | 182.3 | 110.33 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 151 | 0.38 | 0 | 0.29 | 0.16 | 133.9 | 0.5 | 0.68 |
| Hex | 84 | D6 | 97 | 26 | 0 | 1D | 10 | 86 | 32 | 44 |
| Octal | 204 | 326 | 227 | 46 | 0 | 35 | 20 | 206 | 62 | 104 |
| Binary | 10000100 | 11010110 | 10010111 | 100110 | 0 | 11101 | 10000 | 10000110 | 110010 | 1000100 |
Color Harmonies of #84D697
Complementary color
Monochromatic Colors of #84D697
Black with #84D697
Text Example
Text Example
White with #84D697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D697; }
p { color: rgb(132,214,151); }
H1.HeaderClassName
{
color: #84D697;
}
.AnyTagClassName
{
color: #84D697;
}
</style>
background-color css
<style>
a { background-color: #84D697; }
a { background-color: rgb(132,214,151); }
div.DivClassName
{
background-color: #84D697;
}
.BgClassName
{
background-color: #84D697;
}
</style>
border-color css
<style>
span { border-color: #84D697; }
span { border-color: rgb(132,214,151); }
td.TdClassName
{
border-color: #84D697;
}
.TagClassName
{
border-color: #84D697;
}
</style>