Shades of Chelsea Cucumber #84B54E
Tints of Chelsea Cucumber #84B54E
RGB
CMYK
RGB Variations
Color information
#84B54E (or 0x84B54E) is known color: Chelsea Cucumber. HEX triplet: 84, B5 and 4E. RGB value is (132,181,78). Sum of RGB (Red+Green+Blue) = 132+181+78=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #84B54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B54E is #7B4AB1. Grayscale: #9A9A9A. Windows color (decimal): -8080050 or 5158276. OLE color: 5158276.
HSL color Cylindrical-coordinate representation of color #84B54E: hue angle of 88.54º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84B54E is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 181 | 78 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.29 |
| HSL | 88.54º | 0.41% | 0.51% | - |
| HSV(B) | 88.54º | 0.57% | 0.71% | - |
| XYZ | 27.41 | 38.5 | 13.19 | - |
| YUV | 154.61 | 84.77 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 78 | 0.27 | 0 | 0.57 | 0.29 | 88.54 | 0.41 | 0.51 |
| Hex | 84 | B5 | 4E | 1B | 0 | 39 | 1D | 59 | 29 | 33 |
| Octal | 204 | 265 | 116 | 33 | 0 | 71 | 35 | 131 | 51 | 63 |
| Binary | 10000100 | 10110101 | 1001110 | 11011 | 0 | 111001 | 11101 | 1011001 | 101001 | 110011 |
Color Harmonies of #84B54E
Complementary color
Monochromatic Colors of #84B54E
Black with #84B54E
Text Example
Text Example
White with #84B54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B54E; }
p { color: rgb(132,181,78); }
H1.HeaderClassName
{
color: #84B54E;
}
.AnyTagClassName
{
color: #84B54E;
}
</style>
background-color css
<style>
a { background-color: #84B54E; }
a { background-color: rgb(132,181,78); }
div.DivClassName
{
background-color: #84B54E;
}
.BgClassName
{
background-color: #84B54E;
}
</style>
border-color css
<style>
span { border-color: #84B54E; }
span { border-color: rgb(132,181,78); }
td.TdClassName
{
border-color: #84B54E;
}
.TagClassName
{
border-color: #84B54E;
}
</style>