Shades of Citrus #84CA03
Tints of Citrus #84CA03
RGB
CMYK
RGB Variations
Color information
#84CA03 (or 0x84CA03) is known color: Citrus. HEX triplet: 84, CA and 03. RGB value is (132,202,3). Sum of RGB (Red+Green+Blue) = 132+202+3=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 202 (79.30% from 255 or 59.94% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CA03 is #7B35FC. Grayscale: #9F9F9F. Windows color (decimal): -8074749 or 248452. OLE color: 248452.
HSL color Cylindrical-coordinate representation of color #84CA03: hue angle of 81.11º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84CA03 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.21 |
| HSL | 81.11º | 0.97% | 0.4% | - |
| HSV(B) | 81.11º | 0.99% | 0.79% | - |
| XYZ | 30.65 | 47.15 | 7.57 | - |
| YUV | 158.38 | 40.31 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 3 | 0.35 | 0 | 0.99 | 0.21 | 81.11 | 0.97 | 0.4 |
| Hex | 84 | CA | 3 | 23 | 0 | 63 | 15 | 51 | 61 | 28 |
| Octal | 204 | 312 | 3 | 43 | 0 | 143 | 25 | 121 | 141 | 50 |
| Binary | 10000100 | 11001010 | 11 | 100011 | 0 | 1100011 | 10101 | 1010001 | 1100001 | 101000 |
Color Harmonies of #84CA03
Complementary color
Monochromatic Colors of #84CA03
Black with #84CA03
Text Example
Text Example
White with #84CA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CA03; }
p { color: rgb(132,202,3); }
H1.HeaderClassName
{
color: #84CA03;
}
.AnyTagClassName
{
color: #84CA03;
}
</style>
background-color css
<style>
a { background-color: #84CA03; }
a { background-color: rgb(132,202,3); }
div.DivClassName
{
background-color: #84CA03;
}
.BgClassName
{
background-color: #84CA03;
}
</style>
border-color css
<style>
span { border-color: #84CA03; }
span { border-color: rgb(132,202,3); }
td.TdClassName
{
border-color: #84CA03;
}
.TagClassName
{
border-color: #84CA03;
}
</style>