Shades of Chelsea Cucumber #85AF4B
Tints of Chelsea Cucumber #85AF4B
RGB
CMYK
RGB Variations
Color information
#85AF4B (or 0x85AF4B) is known color: Chelsea Cucumber. HEX triplet: 85, AF and 4B. RGB value is (133,175,75). Sum of RGB (Red+Green+Blue) = 133+175+75=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AF4B is #7A50B4. Grayscale: #979797. Windows color (decimal): -8016053 or 4960133. OLE color: 4960133.
HSL color Cylindrical-coordinate representation of color #85AF4B: hue angle of 85.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85AF4B is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 75 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.31 |
| HSL | 85.2º | 0.4% | 0.49% | - |
| HSV(B) | 85.2º | 0.57% | 0.69% | - |
| XYZ | 26.27 | 36.15 | 12.25 | - |
| YUV | 151.04 | 85.09 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 75 | 0.24 | 0 | 0.57 | 0.31 | 85.2 | 0.4 | 0.49 |
| Hex | 85 | AF | 4B | 18 | 0 | 39 | 1F | 55 | 28 | 31 |
| Octal | 205 | 257 | 113 | 30 | 0 | 71 | 37 | 125 | 50 | 61 |
| Binary | 10000101 | 10101111 | 1001011 | 11000 | 0 | 111001 | 11111 | 1010101 | 101000 | 110001 |
Color Harmonies of #85AF4B
Complementary color
Monochromatic Colors of #85AF4B
Black with #85AF4B
Text Example
Text Example
White with #85AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF4B; }
p { color: rgb(133,175,75); }
H1.HeaderClassName
{
color: #85AF4B;
}
.AnyTagClassName
{
color: #85AF4B;
}
</style>
background-color css
<style>
a { background-color: #85AF4B; }
a { background-color: rgb(133,175,75); }
div.DivClassName
{
background-color: #85AF4B;
}
.BgClassName
{
background-color: #85AF4B;
}
</style>
border-color css
<style>
span { border-color: #85AF4B; }
span { border-color: rgb(133,175,75); }
td.TdClassName
{
border-color: #85AF4B;
}
.TagClassName
{
border-color: #85AF4B;
}
</style>