Shades of Chelsea Cucumber #84BA41
Tints of Chelsea Cucumber #84BA41
RGB
CMYK
RGB Variations
Color information
#84BA41 (or 0x84BA41) is known color: Chelsea Cucumber. HEX triplet: 84, BA and 41. RGB value is (132,186,65). Sum of RGB (Red+Green+Blue) = 132+186+65=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA41 is #7B45BE. Grayscale: #9C9C9C. Windows color (decimal): -8078783 or 4307588. OLE color: 4307588.
HSL color Cylindrical-coordinate representation of color #84BA41: hue angle of 86.78º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84BA41 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 65 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.27 |
| HSL | 86.78º | 0.48% | 0.49% | - |
| HSV(B) | 86.78º | 0.65% | 0.73% | - |
| XYZ | 28.03 | 40.41 | 11.32 | - |
| YUV | 156.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 65 | 0.29 | 0 | 0.65 | 0.27 | 86.78 | 0.48 | 0.49 |
| Hex | 84 | BA | 41 | 1D | 0 | 41 | 1B | 57 | 30 | 31 |
| Octal | 204 | 272 | 101 | 35 | 0 | 101 | 33 | 127 | 60 | 61 |
| Binary | 10000100 | 10111010 | 1000001 | 11101 | 0 | 1000001 | 11011 | 1010111 | 110000 | 110001 |
Color Harmonies of #84BA41
Complementary color
Monochromatic Colors of #84BA41
Black with #84BA41
Text Example
Text Example
White with #84BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA41; }
p { color: rgb(132,186,65); }
H1.HeaderClassName
{
color: #84BA41;
}
.AnyTagClassName
{
color: #84BA41;
}
</style>
background-color css
<style>
a { background-color: #84BA41; }
a { background-color: rgb(132,186,65); }
div.DivClassName
{
background-color: #84BA41;
}
.BgClassName
{
background-color: #84BA41;
}
</style>
border-color css
<style>
span { border-color: #84BA41; }
span { border-color: rgb(132,186,65); }
td.TdClassName
{
border-color: #84BA41;
}
.TagClassName
{
border-color: #84BA41;
}
</style>