Shades of Chelsea Cucumber #84B74F
Tints of Chelsea Cucumber #84B74F
RGB
CMYK
RGB Variations
Color information
#84B74F (or 0x84B74F) is known color: Chelsea Cucumber. HEX triplet: 84, B7 and 4F. RGB value is (132,183,79). Sum of RGB (Red+Green+Blue) = 132+183+79=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #84B74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B74F is #7B48B0. Grayscale: #9C9C9C. Windows color (decimal): -8079537 or 5224324. OLE color: 5224324.
HSL color Cylindrical-coordinate representation of color #84B74F: hue angle of 89.42º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84B74F is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 183 | 79 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.28 |
| HSL | 89.42º | 0.42% | 0.51% | - |
| HSV(B) | 89.42º | 0.57% | 0.72% | - |
| XYZ | 27.86 | 39.34 | 13.52 | - |
| YUV | 155.9 | 84.6 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 79 | 0.28 | 0 | 0.57 | 0.28 | 89.42 | 0.42 | 0.51 |
| Hex | 84 | B7 | 4F | 1C | 0 | 39 | 1C | 59 | 2A | 33 |
| Octal | 204 | 267 | 117 | 34 | 0 | 71 | 34 | 131 | 52 | 63 |
| Binary | 10000100 | 10110111 | 1001111 | 11100 | 0 | 111001 | 11100 | 1011001 | 101010 | 110011 |
Color Harmonies of #84B74F
Complementary color
Monochromatic Colors of #84B74F
Black with #84B74F
Text Example
Text Example
White with #84B74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B74F; }
p { color: rgb(132,183,79); }
H1.HeaderClassName
{
color: #84B74F;
}
.AnyTagClassName
{
color: #84B74F;
}
</style>
background-color css
<style>
a { background-color: #84B74F; }
a { background-color: rgb(132,183,79); }
div.DivClassName
{
background-color: #84B74F;
}
.BgClassName
{
background-color: #84B74F;
}
</style>
border-color css
<style>
span { border-color: #84B74F; }
span { border-color: rgb(132,183,79); }
td.TdClassName
{
border-color: #84B74F;
}
.TagClassName
{
border-color: #84B74F;
}
</style>