Shades of Chelsea Cucumber #83AF55
Tints of Chelsea Cucumber #83AF55
RGB
CMYK
RGB Variations
Color information
#83AF55 (or 0x83AF55) is known color: Chelsea Cucumber. HEX triplet: 83, AF and 55. RGB value is (131,175,85). Sum of RGB (Red+Green+Blue) = 131+175+85=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF55 is #7C50AA. Grayscale: #979797. Windows color (decimal): -8147115 or 5615491. OLE color: 5615491.
HSL color Cylindrical-coordinate representation of color #83AF55: hue angle of 89.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83AF55 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 175 | 85 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.31 |
| HSL | 89.33º | 0.36% | 0.51% | - |
| HSV(B) | 89.33º | 0.51% | 0.69% | - |
| XYZ | 26.33 | 36.14 | 14.18 | - |
| YUV | 151.58 | 90.42 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 85 | 0.25 | 0 | 0.51 | 0.31 | 89.33 | 0.36 | 0.51 |
| Hex | 83 | AF | 55 | 19 | 0 | 33 | 1F | 59 | 24 | 33 |
| Octal | 203 | 257 | 125 | 31 | 0 | 63 | 37 | 131 | 44 | 63 |
| Binary | 10000011 | 10101111 | 1010101 | 11001 | 0 | 110011 | 11111 | 1011001 | 100100 | 110011 |
Color Harmonies of #83AF55
Complementary color
Monochromatic Colors of #83AF55
Black with #83AF55
Text Example
Text Example
White with #83AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AF55; }
p { color: rgb(131,175,85); }
H1.HeaderClassName
{
color: #83AF55;
}
.AnyTagClassName
{
color: #83AF55;
}
</style>
background-color css
<style>
a { background-color: #83AF55; }
a { background-color: rgb(131,175,85); }
div.DivClassName
{
background-color: #83AF55;
}
.BgClassName
{
background-color: #83AF55;
}
</style>
border-color css
<style>
span { border-color: #83AF55; }
span { border-color: rgb(131,175,85); }
td.TdClassName
{
border-color: #83AF55;
}
.TagClassName
{
border-color: #83AF55;
}
</style>