Shades of Citrus #84C403
Tints of Citrus #84C403
RGB
CMYK
RGB Variations
Color information
#84C403 (or 0x84C403) is known color: Citrus. HEX triplet: 84, C4 and 03. RGB value is (132,196,3). Sum of RGB (Red+Green+Blue) = 132+196+3=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #84C403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C403 is #7B3BFC. Grayscale: #9B9B9B. Windows color (decimal): -8076285 or 246916. OLE color: 246916.
HSL color Cylindrical-coordinate representation of color #84C403: hue angle of 79.9º 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 #84C403 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 196 | 3 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.23 |
| HSL | 79.9º | 0.97% | 0.39% | - |
| HSV(B) | 79.9º | 0.98% | 0.77% | - |
| XYZ | 29.27 | 44.39 | 7.11 | - |
| YUV | 154.86 | 42.3 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 196 | 3 | 0.33 | 0 | 0.98 | 0.23 | 79.9 | 0.97 | 0.39 |
| Hex | 84 | C4 | 3 | 21 | 0 | 62 | 17 | 50 | 61 | 27 |
| Octal | 204 | 304 | 3 | 41 | 0 | 142 | 27 | 120 | 141 | 47 |
| Binary | 10000100 | 11000100 | 11 | 100001 | 0 | 1100010 | 10111 | 1010000 | 1100001 | 100111 |
Color Harmonies of #84C403
Complementary color
Monochromatic Colors of #84C403
Black with #84C403
Text Example
Text Example
White with #84C403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C403; }
p { color: rgb(132,196,3); }
H1.HeaderClassName
{
color: #84C403;
}
.AnyTagClassName
{
color: #84C403;
}
</style>
background-color css
<style>
a { background-color: #84C403; }
a { background-color: rgb(132,196,3); }
div.DivClassName
{
background-color: #84C403;
}
.BgClassName
{
background-color: #84C403;
}
</style>
border-color css
<style>
span { border-color: #84C403; }
span { border-color: rgb(132,196,3); }
td.TdClassName
{
border-color: #84C403;
}
.TagClassName
{
border-color: #84C403;
}
</style>