Shades of De York #84C981
Tints of De York #84C981
RGB
CMYK
RGB Variations
Color information
#84C981 (or 0x84C981) is known color: De York. HEX triplet: 84, C9 and 81. RGB value is (132,201,129). Sum of RGB (Red+Green+Blue) = 132+201+129=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #84C981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C981 is #7B367E. Grayscale: #ACACAC. Windows color (decimal): -8074879 or 8505732. OLE color: 8505732.
HSL color Cylindrical-coordinate representation of color #84C981: hue angle of 117.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84C981 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 129 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.21 |
| HSL | 117.5º | 0.4% | 0.65% | - |
| HSV(B) | 117.5º | 0.36% | 0.79% | - |
| XYZ | 34.36 | 48.26 | 28.27 | - |
| YUV | 172.16 | 103.64 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 129 | 0.34 | 0 | 0.36 | 0.21 | 117.5 | 0.4 | 0.65 |
| Hex | 84 | C9 | 81 | 22 | 0 | 24 | 15 | 76 | 28 | 41 |
| Octal | 204 | 311 | 201 | 42 | 0 | 44 | 25 | 166 | 50 | 101 |
| Binary | 10000100 | 11001001 | 10000001 | 100010 | 0 | 100100 | 10101 | 1110110 | 101000 | 1000001 |
Color Harmonies of #84C981
Complementary color
Monochromatic Colors of #84C981
Black with #84C981
Text Example
Text Example
White with #84C981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C981; }
p { color: rgb(132,201,129); }
H1.HeaderClassName
{
color: #84C981;
}
.AnyTagClassName
{
color: #84C981;
}
</style>
background-color css
<style>
a { background-color: #84C981; }
a { background-color: rgb(132,201,129); }
div.DivClassName
{
background-color: #84C981;
}
.BgClassName
{
background-color: #84C981;
}
</style>
border-color css
<style>
span { border-color: #84C981; }
span { border-color: rgb(132,201,129); }
td.TdClassName
{
border-color: #84C981;
}
.TagClassName
{
border-color: #84C981;
}
</style>