Shades of Chelsea Cucumber #84AF50
Tints of Chelsea Cucumber #84AF50
RGB
CMYK
RGB Variations
Color information
#84AF50 (or 0x84AF50) is known color: Chelsea Cucumber. HEX triplet: 84, AF and 50. RGB value is (132,175,80). Sum of RGB (Red+Green+Blue) = 132+175+80=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF50 is #7B50AF. Grayscale: #979797. Windows color (decimal): -8081584 or 5287812. OLE color: 5287812.
HSL color Cylindrical-coordinate representation of color #84AF50: hue angle of 87.16º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84AF50 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 80 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.31 |
| HSL | 87.16º | 0.37% | 0.5% | - |
| HSV(B) | 87.16º | 0.54% | 0.69% | - |
| XYZ | 26.29 | 36.14 | 13.18 | - |
| YUV | 151.31 | 87.75 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 80 | 0.25 | 0 | 0.54 | 0.31 | 87.16 | 0.37 | 0.5 |
| Hex | 84 | AF | 50 | 19 | 0 | 36 | 1F | 57 | 25 | 32 |
| Octal | 204 | 257 | 120 | 31 | 0 | 66 | 37 | 127 | 45 | 62 |
| Binary | 10000100 | 10101111 | 1010000 | 11001 | 0 | 110110 | 11111 | 1010111 | 100101 | 110010 |
Color Harmonies of #84AF50
Complementary color
Monochromatic Colors of #84AF50
Black with #84AF50
Text Example
Text Example
White with #84AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF50; }
p { color: rgb(132,175,80); }
H1.HeaderClassName
{
color: #84AF50;
}
.AnyTagClassName
{
color: #84AF50;
}
</style>
background-color css
<style>
a { background-color: #84AF50; }
a { background-color: rgb(132,175,80); }
div.DivClassName
{
background-color: #84AF50;
}
.BgClassName
{
background-color: #84AF50;
}
</style>
border-color css
<style>
span { border-color: #84AF50; }
span { border-color: rgb(132,175,80); }
td.TdClassName
{
border-color: #84AF50;
}
.TagClassName
{
border-color: #84AF50;
}
</style>