Shades of Chelsea Cucumber #83AF54
Tints of Chelsea Cucumber #83AF54
RGB
CMYK
RGB Variations
Color information
#83AF54 (or 0x83AF54) is known color: Chelsea Cucumber. HEX triplet: 83, AF and 54. RGB value is (131,175,84). Sum of RGB (Red+Green+Blue) = 131+175+84=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF54 is #7C50AB. Grayscale: #979797. Windows color (decimal): -8147116 or 5549955. OLE color: 5549955.
HSL color Cylindrical-coordinate representation of color #83AF54: hue angle of 89.01º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83AF54 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 175 | 84 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.31 |
| HSL | 89.01º | 0.36% | 0.51% | - |
| HSV(B) | 89.01º | 0.52% | 0.69% | - |
| XYZ | 26.29 | 36.13 | 13.97 | - |
| YUV | 151.47 | 89.92 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 84 | 0.25 | 0 | 0.52 | 0.31 | 89.01 | 0.36 | 0.51 |
| Hex | 83 | AF | 54 | 19 | 0 | 34 | 1F | 59 | 24 | 33 |
| Octal | 203 | 257 | 124 | 31 | 0 | 64 | 37 | 131 | 44 | 63 |
| Binary | 10000011 | 10101111 | 1010100 | 11001 | 0 | 110100 | 11111 | 1011001 | 100100 | 110011 |
Color Harmonies of #83AF54
Complementary color
Monochromatic Colors of #83AF54
Black with #83AF54
Text Example
Text Example
White with #83AF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AF54; }
p { color: rgb(131,175,84); }
H1.HeaderClassName
{
color: #83AF54;
}
.AnyTagClassName
{
color: #83AF54;
}
</style>
background-color css
<style>
a { background-color: #83AF54; }
a { background-color: rgb(131,175,84); }
div.DivClassName
{
background-color: #83AF54;
}
.BgClassName
{
background-color: #83AF54;
}
</style>
border-color css
<style>
span { border-color: #83AF54; }
span { border-color: rgb(131,175,84); }
td.TdClassName
{
border-color: #83AF54;
}
.TagClassName
{
border-color: #83AF54;
}
</style>