Shades of Citrus #84C006
Tints of Citrus #84C006
RGB
CMYK
RGB Variations
Color information
#84C006 (or 0x84C006) is known color: Citrus. HEX triplet: 84, C0 and 06. RGB value is (132,192,6). Sum of RGB (Red+Green+Blue) = 132+192+6=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #84C006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C006 is #7B3FF9. Grayscale: #999999. Windows color (decimal): -8077306 or 442500. OLE color: 442500.
HSL color Cylindrical-coordinate representation of color #84C006: hue angle of 79.35º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84C006 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 6 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.25 |
| HSL | 79.35º | 0.94% | 0.39% | - |
| HSV(B) | 79.35º | 0.97% | 0.75% | - |
| XYZ | 28.4 | 42.62 | 6.9 | - |
| YUV | 152.86 | 45.12 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 6 | 0.31 | 0 | 0.97 | 0.25 | 79.35 | 0.94 | 0.39 |
| Hex | 84 | C0 | 6 | 1F | 0 | 61 | 19 | 4F | 5E | 27 |
| Octal | 204 | 300 | 6 | 37 | 0 | 141 | 31 | 117 | 136 | 47 |
| Binary | 10000100 | 11000000 | 110 | 11111 | 0 | 1100001 | 11001 | 1001111 | 1011110 | 100111 |
Color Harmonies of #84C006
Complementary color
Monochromatic Colors of #84C006
Black with #84C006
Text Example
Text Example
White with #84C006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C006; }
p { color: rgb(132,192,6); }
H1.HeaderClassName
{
color: #84C006;
}
.AnyTagClassName
{
color: #84C006;
}
</style>
background-color css
<style>
a { background-color: #84C006; }
a { background-color: rgb(132,192,6); }
div.DivClassName
{
background-color: #84C006;
}
.BgClassName
{
background-color: #84C006;
}
</style>
border-color css
<style>
span { border-color: #84C006; }
span { border-color: rgb(132,192,6); }
td.TdClassName
{
border-color: #84C006;
}
.TagClassName
{
border-color: #84C006;
}
</style>