Shades of Chelsea Cucumber #83BA40
Tints of Chelsea Cucumber #83BA40
RGB
CMYK
RGB Variations
Color information
#83BA40 (or 0x83BA40) is known color: Chelsea Cucumber. HEX triplet: 83, BA and 40. RGB value is (131,186,64). Sum of RGB (Red+Green+Blue) = 131+186+64=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA40 is #7C45BF. Grayscale: #9C9C9C. Windows color (decimal): -8144320 or 4242051. OLE color: 4242051.
HSL color Cylindrical-coordinate representation of color #83BA40: hue angle of 87.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83BA40 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 186 | 64 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.27 |
| HSL | 87.05º | 0.49% | 0.49% | - |
| HSV(B) | 87.05º | 0.66% | 0.73% | - |
| XYZ | 27.84 | 40.31 | 11.16 | - |
| YUV | 155.65 | 76.28 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 64 | 0.30 | 0 | 0.66 | 0.27 | 87.05 | 0.49 | 0.49 |
| Hex | 83 | BA | 40 | 1E | 0 | 42 | 1B | 57 | 31 | 31 |
| Octal | 203 | 272 | 100 | 36 | 0 | 102 | 33 | 127 | 61 | 61 |
| Binary | 10000011 | 10111010 | 1000000 | 11110 | 0 | 1000010 | 11011 | 1010111 | 110001 | 110001 |
Color Harmonies of #83BA40
Complementary color
Monochromatic Colors of #83BA40
Black with #83BA40
Text Example
Text Example
White with #83BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BA40; }
p { color: rgb(131,186,64); }
H1.HeaderClassName
{
color: #83BA40;
}
.AnyTagClassName
{
color: #83BA40;
}
</style>
background-color css
<style>
a { background-color: #83BA40; }
a { background-color: rgb(131,186,64); }
div.DivClassName
{
background-color: #83BA40;
}
.BgClassName
{
background-color: #83BA40;
}
</style>
border-color css
<style>
span { border-color: #83BA40; }
span { border-color: rgb(131,186,64); }
td.TdClassName
{
border-color: #83BA40;
}
.TagClassName
{
border-color: #83BA40;
}
</style>