Shades of Chelsea Cucumber #85AF57
Tints of Chelsea Cucumber #85AF57
RGB
CMYK
RGB Variations
Color information
#85AF57 (or 0x85AF57) is known color: Chelsea Cucumber. HEX triplet: 85, AF and 57. RGB value is (133,175,87). Sum of RGB (Red+Green+Blue) = 133+175+87=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF57 is #7A50A8. Grayscale: #989898. Windows color (decimal): -8016041 or 5746565. OLE color: 5746565.
HSL color Cylindrical-coordinate representation of color #85AF57: hue angle of 88.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85AF57 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 87 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.31 |
| HSL | 88.64º | 0.35% | 0.51% | - |
| HSV(B) | 88.64º | 0.5% | 0.69% | - |
| XYZ | 26.72 | 36.33 | 14.62 | - |
| YUV | 152.41 | 91.09 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 87 | 0.24 | 0 | 0.50 | 0.31 | 88.64 | 0.35 | 0.51 |
| Hex | 85 | AF | 57 | 18 | 0 | 32 | 1F | 59 | 23 | 33 |
| Octal | 205 | 257 | 127 | 30 | 0 | 62 | 37 | 131 | 43 | 63 |
| Binary | 10000101 | 10101111 | 1010111 | 11000 | 0 | 110010 | 11111 | 1011001 | 100011 | 110011 |
Color Harmonies of #85AF57
Complementary color
Monochromatic Colors of #85AF57
Black with #85AF57
Text Example
Text Example
White with #85AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF57; }
p { color: rgb(133,175,87); }
H1.HeaderClassName
{
color: #85AF57;
}
.AnyTagClassName
{
color: #85AF57;
}
</style>
background-color css
<style>
a { background-color: #85AF57; }
a { background-color: rgb(133,175,87); }
div.DivClassName
{
background-color: #85AF57;
}
.BgClassName
{
background-color: #85AF57;
}
</style>
border-color css
<style>
span { border-color: #85AF57; }
span { border-color: rgb(133,175,87); }
td.TdClassName
{
border-color: #85AF57;
}
.TagClassName
{
border-color: #85AF57;
}
</style>