Shades of Citrus #84C500
Tints of Citrus #84C500
RGB
CMYK
RGB Variations
Color information
#84C500 (or 0x84C500) is known color: Citrus. HEX triplet: 84, C5 and 00. RGB value is (132,197,0). Sum of RGB (Red+Green+Blue) = 132+197+0=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #84C500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C500 is #7B3AFF. Grayscale: #9B9B9B. Windows color (decimal): -8076032 or 50564. OLE color: 50564.
HSL color Cylindrical-coordinate representation of color #84C500: hue angle of 79.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84C500 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.23 |
| HSL | 79.8º | 1% | 0.39% | - |
| HSV(B) | 79.8º | 1% | 0.77% | - |
| XYZ | 29.48 | 44.84 | 7.1 | - |
| YUV | 155.11 | 40.47 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 0 | 0.33 | 0 | 1 | 0.23 | 79.8 | 1 | 0.39 |
| Hex | 84 | C5 | 0 | 21 | 0 | 64 | 17 | 50 | 64 | 27 |
| Octal | 204 | 305 | 0 | 41 | 0 | 144 | 27 | 120 | 144 | 47 |
| Binary | 10000100 | 11000101 | 0 | 100001 | 0 | 1100100 | 10111 | 1010000 | 1100100 | 100111 |
Color Harmonies of #84C500
Complementary color
Monochromatic Colors of #84C500
Black with #84C500
Text Example
Text Example
White with #84C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C500; }
p { color: rgb(132,197,0); }
H1.HeaderClassName
{
color: #84C500;
}
.AnyTagClassName
{
color: #84C500;
}
</style>
background-color css
<style>
a { background-color: #84C500; }
a { background-color: rgb(132,197,0); }
div.DivClassName
{
background-color: #84C500;
}
.BgClassName
{
background-color: #84C500;
}
</style>
border-color css
<style>
span { border-color: #84C500; }
span { border-color: rgb(132,197,0); }
td.TdClassName
{
border-color: #84C500;
}
.TagClassName
{
border-color: #84C500;
}
</style>