Shades of De York #84C875
Tints of De York #84C875
RGB
CMYK
RGB Variations
Color information
#84C875 (or 0x84C875) is known color: De York. HEX triplet: 84, C8 and 75. RGB value is (132,200,117). Sum of RGB (Red+Green+Blue) = 132+200+117=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #84C875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C875 is #7B378A. Grayscale: #AAAAAA. Windows color (decimal): -8075147 or 7719044. OLE color: 7719044.
HSL color Cylindrical-coordinate representation of color #84C875: hue angle of 109.16º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84C875 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 117 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.22 |
| HSL | 109.16º | 0.43% | 0.62% | - |
| HSV(B) | 109.16º | 0.42% | 0.78% | - |
| XYZ | 33.38 | 47.5 | 24.24 | - |
| YUV | 170.21 | 97.97 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 117 | 0.34 | 0 | 0.42 | 0.22 | 109.16 | 0.43 | 0.62 |
| Hex | 84 | C8 | 75 | 22 | 0 | 2A | 16 | 6D | 2B | 3E |
| Octal | 204 | 310 | 165 | 42 | 0 | 52 | 26 | 155 | 53 | 76 |
| Binary | 10000100 | 11001000 | 1110101 | 100010 | 0 | 101010 | 10110 | 1101101 | 101011 | 111110 |
Color Harmonies of #84C875
Complementary color
Monochromatic Colors of #84C875
Black with #84C875
Text Example
Text Example
White with #84C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C875; }
p { color: rgb(132,200,117); }
H1.HeaderClassName
{
color: #84C875;
}
.AnyTagClassName
{
color: #84C875;
}
</style>
background-color css
<style>
a { background-color: #84C875; }
a { background-color: rgb(132,200,117); }
div.DivClassName
{
background-color: #84C875;
}
.BgClassName
{
background-color: #84C875;
}
</style>
border-color css
<style>
span { border-color: #84C875; }
span { border-color: rgb(132,200,117); }
td.TdClassName
{
border-color: #84C875;
}
.TagClassName
{
border-color: #84C875;
}
</style>