Shades of Chelsea Cucumber #83B84D
Tints of Chelsea Cucumber #83B84D
RGB
CMYK
RGB Variations
Color information
#83B84D (or 0x83B84D) is known color: Chelsea Cucumber. HEX triplet: 83, B8 and 4D. RGB value is (131,184,77). Sum of RGB (Red+Green+Blue) = 131+184+77=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #83B84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B84D is #7C47B2. Grayscale: #9C9C9C. Windows color (decimal): -8144819 or 5093507. OLE color: 5093507.
HSL color Cylindrical-coordinate representation of color #83B84D: hue angle of 89.72º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83B84D is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 184 | 77 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.28 |
| HSL | 89.72º | 0.43% | 0.51% | - |
| HSV(B) | 89.72º | 0.58% | 0.72% | - |
| XYZ | 27.84 | 39.64 | 13.21 | - |
| YUV | 155.96 | 83.44 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 77 | 0.29 | 0 | 0.58 | 0.28 | 89.72 | 0.43 | 0.51 |
| Hex | 83 | B8 | 4D | 1D | 0 | 3A | 1C | 5A | 2B | 33 |
| Octal | 203 | 270 | 115 | 35 | 0 | 72 | 34 | 132 | 53 | 63 |
| Binary | 10000011 | 10111000 | 1001101 | 11101 | 0 | 111010 | 11100 | 1011010 | 101011 | 110011 |
Color Harmonies of #83B84D
Complementary color
Monochromatic Colors of #83B84D
Black with #83B84D
Text Example
Text Example
White with #83B84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B84D; }
p { color: rgb(131,184,77); }
H1.HeaderClassName
{
color: #83B84D;
}
.AnyTagClassName
{
color: #83B84D;
}
</style>
background-color css
<style>
a { background-color: #83B84D; }
a { background-color: rgb(131,184,77); }
div.DivClassName
{
background-color: #83B84D;
}
.BgClassName
{
background-color: #83B84D;
}
</style>
border-color css
<style>
span { border-color: #83B84D; }
span { border-color: rgb(131,184,77); }
td.TdClassName
{
border-color: #83B84D;
}
.TagClassName
{
border-color: #83B84D;
}
</style>