Shades of Citrus #84C306
Tints of Citrus #84C306
RGB
CMYK
RGB Variations
Color information
#84C306 (or 0x84C306) is known color: Citrus. HEX triplet: 84, C3 and 06. RGB value is (132,195,6). Sum of RGB (Red+Green+Blue) = 132+195+6=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #84C306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C306 is #7B3CF9. Grayscale: #9B9B9B. Windows color (decimal): -8076538 or 443268. OLE color: 443268.
HSL color Cylindrical-coordinate representation of color #84C306: hue angle of 80º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84C306 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 6 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.24 |
| HSL | 80º | 0.94% | 0.39% | - |
| HSV(B) | 80º | 0.97% | 0.76% | - |
| XYZ | 29.06 | 43.95 | 7.12 | - |
| YUV | 154.62 | 44.13 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 6 | 0.32 | 0 | 0.97 | 0.24 | 80 | 0.94 | 0.39 |
| Hex | 84 | C3 | 6 | 20 | 0 | 61 | 18 | 50 | 5E | 27 |
| Octal | 204 | 303 | 6 | 40 | 0 | 141 | 30 | 120 | 136 | 47 |
| Binary | 10000100 | 11000011 | 110 | 100000 | 0 | 1100001 | 11000 | 1010000 | 1011110 | 100111 |
Color Harmonies of #84C306
Complementary color
Monochromatic Colors of #84C306
Black with #84C306
Text Example
Text Example
White with #84C306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C306; }
p { color: rgb(132,195,6); }
H1.HeaderClassName
{
color: #84C306;
}
.AnyTagClassName
{
color: #84C306;
}
</style>
background-color css
<style>
a { background-color: #84C306; }
a { background-color: rgb(132,195,6); }
div.DivClassName
{
background-color: #84C306;
}
.BgClassName
{
background-color: #84C306;
}
</style>
border-color css
<style>
span { border-color: #84C306; }
span { border-color: rgb(132,195,6); }
td.TdClassName
{
border-color: #84C306;
}
.TagClassName
{
border-color: #84C306;
}
</style>