Shades of Citrus #84C402
Tints of Citrus #84C402
RGB
CMYK
RGB Variations
Color information
#84C402 (or 0x84C402) is known color: Citrus. HEX triplet: 84, C4 and 02. RGB value is (132,196,2). Sum of RGB (Red+Green+Blue) = 132+196+2=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 196 (76.95% from 255 or 59.39% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 196 - color contains mainly: green. Hex color #84C402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C402 is #7B3BFD. Grayscale: #9B9B9B. Windows color (decimal): -8076286 or 181380. OLE color: 181380.
HSL color Cylindrical-coordinate representation of color #84C402: hue angle of 79.79º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84C402 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 196 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.23 |
| HSL | 79.79º | 0.98% | 0.39% | - |
| HSV(B) | 79.79º | 0.99% | 0.77% | - |
| XYZ | 29.27 | 44.39 | 7.08 | - |
| YUV | 154.75 | 41.8 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 196 | 2 | 0.33 | 0 | 0.99 | 0.23 | 79.79 | 0.98 | 0.39 |
| Hex | 84 | C4 | 2 | 21 | 0 | 63 | 17 | 50 | 62 | 27 |
| Octal | 204 | 304 | 2 | 41 | 0 | 143 | 27 | 120 | 142 | 47 |
| Binary | 10000100 | 11000100 | 10 | 100001 | 0 | 1100011 | 10111 | 1010000 | 1100010 | 100111 |
Color Harmonies of #84C402
Complementary color
Monochromatic Colors of #84C402
Black with #84C402
Text Example
Text Example
White with #84C402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C402; }
p { color: rgb(132,196,2); }
H1.HeaderClassName
{
color: #84C402;
}
.AnyTagClassName
{
color: #84C402;
}
</style>
background-color css
<style>
a { background-color: #84C402; }
a { background-color: rgb(132,196,2); }
div.DivClassName
{
background-color: #84C402;
}
.BgClassName
{
background-color: #84C402;
}
</style>
border-color css
<style>
span { border-color: #84C402; }
span { border-color: rgb(132,196,2); }
td.TdClassName
{
border-color: #84C402;
}
.TagClassName
{
border-color: #84C402;
}
</style>