Shades of Chelsea Cucumber #85AF43
Tints of Chelsea Cucumber #85AF43
RGB
CMYK
RGB Variations
Color information
#85AF43 (or 0x85AF43) is known color: Chelsea Cucumber. HEX triplet: 85, AF and 43. RGB value is (133,175,67). Sum of RGB (Red+Green+Blue) = 133+175+67=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AF43 is #7A50BC. Grayscale: #969696. Windows color (decimal): -8016061 or 4435845. OLE color: 4435845.
HSL color Cylindrical-coordinate representation of color #85AF43: hue angle of 83.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85AF43 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 67 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.31 |
| HSL | 83.33º | 0.45% | 0.47% | - |
| HSV(B) | 83.33º | 0.62% | 0.69% | - |
| XYZ | 26.02 | 36.05 | 10.9 | - |
| YUV | 150.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 67 | 0.24 | 0 | 0.62 | 0.31 | 83.33 | 0.45 | 0.47 |
| Hex | 85 | AF | 43 | 18 | 0 | 3E | 1F | 53 | 2D | 2F |
| Octal | 205 | 257 | 103 | 30 | 0 | 76 | 37 | 123 | 55 | 57 |
| Binary | 10000101 | 10101111 | 1000011 | 11000 | 0 | 111110 | 11111 | 1010011 | 101101 | 101111 |
Color Harmonies of #85AF43
Complementary color
Monochromatic Colors of #85AF43
Black with #85AF43
Text Example
Text Example
White with #85AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF43; }
p { color: rgb(133,175,67); }
H1.HeaderClassName
{
color: #85AF43;
}
.AnyTagClassName
{
color: #85AF43;
}
</style>
background-color css
<style>
a { background-color: #85AF43; }
a { background-color: rgb(133,175,67); }
div.DivClassName
{
background-color: #85AF43;
}
.BgClassName
{
background-color: #85AF43;
}
</style>
border-color css
<style>
span { border-color: #85AF43; }
span { border-color: rgb(133,175,67); }
td.TdClassName
{
border-color: #85AF43;
}
.TagClassName
{
border-color: #85AF43;
}
</style>