Shades of De York #84C089
Tints of De York #84C089
RGB
CMYK
RGB Variations
Color information
#84C089 (or 0x84C089) is known color: De York. HEX triplet: 84, C0 and 89. RGB value is (132,192,137). Sum of RGB (Red+Green+Blue) = 132+192+137=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #84C089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C089 is #7B3F76. Grayscale: #A7A7A7. Windows color (decimal): -8077175 or 9027716. OLE color: 9027716.
HSL color Cylindrical-coordinate representation of color #84C089: hue angle of 125º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84C089 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 137 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.25 |
| HSL | 125º | 0.32% | 0.64% | - |
| HSV(B) | 125º | 0.31% | 0.75% | - |
| XYZ | 32.88 | 44.41 | 30.51 | - |
| YUV | 167.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 137 | 0.31 | 0 | 0.29 | 0.25 | 125 | 0.32 | 0.64 |
| Hex | 84 | C0 | 89 | 1F | 0 | 1D | 19 | 7D | 20 | 40 |
| Octal | 204 | 300 | 211 | 37 | 0 | 35 | 31 | 175 | 40 | 100 |
| Binary | 10000100 | 11000000 | 10001001 | 11111 | 0 | 11101 | 11001 | 1111101 | 100000 | 1000000 |
Color Harmonies of #84C089
Complementary color
Monochromatic Colors of #84C089
Black with #84C089
Text Example
Text Example
White with #84C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C089; }
p { color: rgb(132,192,137); }
H1.HeaderClassName
{
color: #84C089;
}
.AnyTagClassName
{
color: #84C089;
}
</style>
background-color css
<style>
a { background-color: #84C089; }
a { background-color: rgb(132,192,137); }
div.DivClassName
{
background-color: #84C089;
}
.BgClassName
{
background-color: #84C089;
}
</style>
border-color css
<style>
span { border-color: #84C089; }
span { border-color: rgb(132,192,137); }
td.TdClassName
{
border-color: #84C089;
}
.TagClassName
{
border-color: #84C089;
}
</style>