Shades of Citrus #84C503
Tints of Citrus #84C503
RGB
CMYK
RGB Variations
Color information
#84C503 (or 0x84C503) is known color: Citrus. HEX triplet: 84, C5 and 03. RGB value is (132,197,3). Sum of RGB (Red+Green+Blue) = 132+197+3=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #84C503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C503 is #7B3AFC. Grayscale: #9C9C9C. Windows color (decimal): -8076029 or 247172. OLE color: 247172.
HSL color Cylindrical-coordinate representation of color #84C503: hue angle of 80.1º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84C503 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 3 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.23 |
| HSL | 80.1º | 0.97% | 0.39% | - |
| HSV(B) | 80.1º | 0.98% | 0.77% | - |
| XYZ | 29.5 | 44.84 | 7.19 | - |
| YUV | 155.45 | 41.97 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 3 | 0.33 | 0 | 0.98 | 0.23 | 80.1 | 0.97 | 0.39 |
| Hex | 84 | C5 | 3 | 21 | 0 | 62 | 17 | 50 | 61 | 27 |
| Octal | 204 | 305 | 3 | 41 | 0 | 142 | 27 | 120 | 141 | 47 |
| Binary | 10000100 | 11000101 | 11 | 100001 | 0 | 1100010 | 10111 | 1010000 | 1100001 | 100111 |
Color Harmonies of #84C503
Complementary color
Monochromatic Colors of #84C503
Black with #84C503
Text Example
Text Example
White with #84C503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C503; }
p { color: rgb(132,197,3); }
H1.HeaderClassName
{
color: #84C503;
}
.AnyTagClassName
{
color: #84C503;
}
</style>
background-color css
<style>
a { background-color: #84C503; }
a { background-color: rgb(132,197,3); }
div.DivClassName
{
background-color: #84C503;
}
.BgClassName
{
background-color: #84C503;
}
</style>
border-color css
<style>
span { border-color: #84C503; }
span { border-color: rgb(132,197,3); }
td.TdClassName
{
border-color: #84C503;
}
.TagClassName
{
border-color: #84C503;
}
</style>