Shades of De York #84C588
Tints of De York #84C588
RGB
CMYK
RGB Variations
Color information
#84C588 (or 0x84C588) is known color: De York. HEX triplet: 84, C5 and 88. RGB value is (132,197,136). Sum of RGB (Red+Green+Blue) = 132+197+136=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #84C588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C588 is #7B3A77. Grayscale: #AAAAAA. Windows color (decimal): -8075896 or 8963460. OLE color: 8963460.
HSL color Cylindrical-coordinate representation of color #84C588: hue angle of 123.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C588 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 136 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.23 |
| HSL | 123.69º | 0.36% | 0.65% | - |
| HSV(B) | 123.69º | 0.33% | 0.77% | - |
| XYZ | 33.93 | 46.62 | 30.5 | - |
| YUV | 170.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 136 | 0.33 | 0 | 0.31 | 0.23 | 123.69 | 0.36 | 0.65 |
| Hex | 84 | C5 | 88 | 21 | 0 | 1F | 17 | 7C | 24 | 41 |
| Octal | 204 | 305 | 210 | 41 | 0 | 37 | 27 | 174 | 44 | 101 |
| Binary | 10000100 | 11000101 | 10001000 | 100001 | 0 | 11111 | 10111 | 1111100 | 100100 | 1000001 |
Color Harmonies of #84C588
Complementary color
Monochromatic Colors of #84C588
Black with #84C588
Text Example
Text Example
White with #84C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C588; }
p { color: rgb(132,197,136); }
H1.HeaderClassName
{
color: #84C588;
}
.AnyTagClassName
{
color: #84C588;
}
</style>
background-color css
<style>
a { background-color: #84C588; }
a { background-color: rgb(132,197,136); }
div.DivClassName
{
background-color: #84C588;
}
.BgClassName
{
background-color: #84C588;
}
</style>
border-color css
<style>
span { border-color: #84C588; }
span { border-color: rgb(132,197,136); }
td.TdClassName
{
border-color: #84C588;
}
.TagClassName
{
border-color: #84C588;
}
</style>