Shades of Chelsea Cucumber #84AF4E
Tints of Chelsea Cucumber #84AF4E
RGB
CMYK
RGB Variations
Color information
#84AF4E (or 0x84AF4E) is known color: Chelsea Cucumber. HEX triplet: 84, AF and 4E. RGB value is (132,175,78). Sum of RGB (Red+Green+Blue) = 132+175+78=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF4E is #7B50B1. Grayscale: #979797. Windows color (decimal): -8081586 or 5156740. OLE color: 5156740.
HSL color Cylindrical-coordinate representation of color #84AF4E: hue angle of 86.6º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84AF4E is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 78 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.31 |
| HSL | 86.6º | 0.38% | 0.5% | - |
| HSV(B) | 86.6º | 0.55% | 0.69% | - |
| XYZ | 26.22 | 36.12 | 12.8 | - |
| YUV | 151.09 | 86.75 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 78 | 0.25 | 0 | 0.55 | 0.31 | 86.6 | 0.38 | 0.5 |
| Hex | 84 | AF | 4E | 19 | 0 | 37 | 1F | 57 | 26 | 32 |
| Octal | 204 | 257 | 116 | 31 | 0 | 67 | 37 | 127 | 46 | 62 |
| Binary | 10000100 | 10101111 | 1001110 | 11001 | 0 | 110111 | 11111 | 1010111 | 100110 | 110010 |
Color Harmonies of #84AF4E
Complementary color
Monochromatic Colors of #84AF4E
Black with #84AF4E
Text Example
Text Example
White with #84AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF4E; }
p { color: rgb(132,175,78); }
H1.HeaderClassName
{
color: #84AF4E;
}
.AnyTagClassName
{
color: #84AF4E;
}
</style>
background-color css
<style>
a { background-color: #84AF4E; }
a { background-color: rgb(132,175,78); }
div.DivClassName
{
background-color: #84AF4E;
}
.BgClassName
{
background-color: #84AF4E;
}
</style>
border-color css
<style>
span { border-color: #84AF4E; }
span { border-color: rgb(132,175,78); }
td.TdClassName
{
border-color: #84AF4E;
}
.TagClassName
{
border-color: #84AF4E;
}
</style>