Shades of Chelsea Cucumber #85AF47
Tints of Chelsea Cucumber #85AF47
RGB
CMYK
RGB Variations
Color information
#85AF47 (or 0x85AF47) is known color: Chelsea Cucumber. HEX triplet: 85, AF and 47. RGB value is (133,175,71). Sum of RGB (Red+Green+Blue) = 133+175+71=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AF47 is #7A50B8. Grayscale: #969696. Windows color (decimal): -8016057 or 4697989. OLE color: 4697989.
HSL color Cylindrical-coordinate representation of color #85AF47: hue angle of 84.23º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85AF47 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 71 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.31 |
| HSL | 84.23º | 0.42% | 0.48% | - |
| HSV(B) | 84.23º | 0.59% | 0.69% | - |
| XYZ | 26.14 | 36.1 | 11.55 | - |
| YUV | 150.59 | 83.09 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 71 | 0.24 | 0 | 0.59 | 0.31 | 84.23 | 0.42 | 0.48 |
| Hex | 85 | AF | 47 | 18 | 0 | 3B | 1F | 54 | 2A | 30 |
| Octal | 205 | 257 | 107 | 30 | 0 | 73 | 37 | 124 | 52 | 60 |
| Binary | 10000101 | 10101111 | 1000111 | 11000 | 0 | 111011 | 11111 | 1010100 | 101010 | 110000 |
Color Harmonies of #85AF47
Complementary color
Monochromatic Colors of #85AF47
Black with #85AF47
Text Example
Text Example
White with #85AF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF47; }
p { color: rgb(133,175,71); }
H1.HeaderClassName
{
color: #85AF47;
}
.AnyTagClassName
{
color: #85AF47;
}
</style>
background-color css
<style>
a { background-color: #85AF47; }
a { background-color: rgb(133,175,71); }
div.DivClassName
{
background-color: #85AF47;
}
.BgClassName
{
background-color: #85AF47;
}
</style>
border-color css
<style>
span { border-color: #85AF47; }
span { border-color: rgb(133,175,71); }
td.TdClassName
{
border-color: #85AF47;
}
.TagClassName
{
border-color: #85AF47;
}
</style>