Shades of Chelsea Cucumber #84BC41
Tints of Chelsea Cucumber #84BC41
RGB
CMYK
RGB Variations
Color information
#84BC41 (or 0x84BC41) is known color: Chelsea Cucumber. HEX triplet: 84, BC and 41. RGB value is (132,188,65). Sum of RGB (Red+Green+Blue) = 132+188+65=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BC41 is #7B43BE. Grayscale: #9D9D9D. Windows color (decimal): -8078271 or 4308100. OLE color: 4308100.
HSL color Cylindrical-coordinate representation of color #84BC41: hue angle of 87.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84BC41 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 65 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.26 |
| HSL | 87.32º | 0.49% | 0.5% | - |
| HSV(B) | 87.32º | 0.65% | 0.74% | - |
| XYZ | 28.45 | 41.25 | 11.46 | - |
| YUV | 157.23 | 75.95 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 65 | 0.30 | 0 | 0.65 | 0.26 | 87.32 | 0.49 | 0.5 |
| Hex | 84 | BC | 41 | 1E | 0 | 41 | 1A | 57 | 31 | 32 |
| Octal | 204 | 274 | 101 | 36 | 0 | 101 | 32 | 127 | 61 | 62 |
| Binary | 10000100 | 10111100 | 1000001 | 11110 | 0 | 1000001 | 11010 | 1010111 | 110001 | 110010 |
Color Harmonies of #84BC41
Complementary color
Monochromatic Colors of #84BC41
Black with #84BC41
Text Example
Text Example
White with #84BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC41; }
p { color: rgb(132,188,65); }
H1.HeaderClassName
{
color: #84BC41;
}
.AnyTagClassName
{
color: #84BC41;
}
</style>
background-color css
<style>
a { background-color: #84BC41; }
a { background-color: rgb(132,188,65); }
div.DivClassName
{
background-color: #84BC41;
}
.BgClassName
{
background-color: #84BC41;
}
</style>
border-color css
<style>
span { border-color: #84BC41; }
span { border-color: rgb(132,188,65); }
td.TdClassName
{
border-color: #84BC41;
}
.TagClassName
{
border-color: #84BC41;
}
</style>