Shades of De York #84C87F
Tints of De York #84C87F
RGB
CMYK
RGB Variations
Color information
#84C87F (or 0x84C87F) is known color: De York. HEX triplet: 84, C8 and 7F. RGB value is (132,200,127). Sum of RGB (Red+Green+Blue) = 132+200+127=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #84C87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C87F is #7B3780. Grayscale: #ABABAB. Windows color (decimal): -8075137 or 8374404. OLE color: 8374404.
HSL color Cylindrical-coordinate representation of color #84C87F: hue angle of 115.89º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84C87F is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 127 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.22 |
| HSL | 115.89º | 0.4% | 0.64% | - |
| HSV(B) | 115.89º | 0.37% | 0.78% | - |
| XYZ | 34 | 47.75 | 27.5 | - |
| YUV | 171.35 | 102.97 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 127 | 0.34 | 0 | 0.36 | 0.22 | 115.89 | 0.4 | 0.64 |
| Hex | 84 | C8 | 7F | 22 | 0 | 24 | 16 | 74 | 28 | 40 |
| Octal | 204 | 310 | 177 | 42 | 0 | 44 | 26 | 164 | 50 | 100 |
| Binary | 10000100 | 11001000 | 1111111 | 100010 | 0 | 100100 | 10110 | 1110100 | 101000 | 1000000 |
Color Harmonies of #84C87F
Complementary color
Monochromatic Colors of #84C87F
Black with #84C87F
Text Example
Text Example
White with #84C87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C87F; }
p { color: rgb(132,200,127); }
H1.HeaderClassName
{
color: #84C87F;
}
.AnyTagClassName
{
color: #84C87F;
}
</style>
background-color css
<style>
a { background-color: #84C87F; }
a { background-color: rgb(132,200,127); }
div.DivClassName
{
background-color: #84C87F;
}
.BgClassName
{
background-color: #84C87F;
}
</style>
border-color css
<style>
span { border-color: #84C87F; }
span { border-color: rgb(132,200,127); }
td.TdClassName
{
border-color: #84C87F;
}
.TagClassName
{
border-color: #84C87F;
}
</style>