Shades of Citrus #84C803
Tints of Citrus #84C803
RGB
CMYK
RGB Variations
Color information
#84C803 (or 0x84C803) is known color: Citrus. HEX triplet: 84, C8 and 03. RGB value is (132,200,3). Sum of RGB (Red+Green+Blue) = 132+200+3=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 200 (78.52% from 255 or 59.70% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 200 - color contains mainly: green. Hex color #84C803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C803 is #7B37FC. Grayscale: #9D9D9D. Windows color (decimal): -8075261 or 247940. OLE color: 247940.
HSL color Cylindrical-coordinate representation of color #84C803: hue angle of 80.71º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84C803 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 3 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.22 |
| HSL | 80.71º | 0.97% | 0.4% | - |
| HSV(B) | 80.71º | 0.99% | 0.78% | - |
| XYZ | 30.19 | 46.22 | 7.42 | - |
| YUV | 157.21 | 40.97 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 3 | 0.34 | 0 | 0.98 | 0.22 | 80.71 | 0.97 | 0.4 |
| Hex | 84 | C8 | 3 | 22 | 0 | 62 | 16 | 51 | 61 | 28 |
| Octal | 204 | 310 | 3 | 42 | 0 | 142 | 26 | 121 | 141 | 50 |
| Binary | 10000100 | 11001000 | 11 | 100010 | 0 | 1100010 | 10110 | 1010001 | 1100001 | 101000 |
Color Harmonies of #84C803
Complementary color
Monochromatic Colors of #84C803
Black with #84C803
Text Example
Text Example
White with #84C803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C803; }
p { color: rgb(132,200,3); }
H1.HeaderClassName
{
color: #84C803;
}
.AnyTagClassName
{
color: #84C803;
}
</style>
background-color css
<style>
a { background-color: #84C803; }
a { background-color: rgb(132,200,3); }
div.DivClassName
{
background-color: #84C803;
}
.BgClassName
{
background-color: #84C803;
}
</style>
border-color css
<style>
span { border-color: #84C803; }
span { border-color: rgb(132,200,3); }
td.TdClassName
{
border-color: #84C803;
}
.TagClassName
{
border-color: #84C803;
}
</style>