Shades of Citrus #84CE06
Tints of Citrus #84CE06
RGB
CMYK
RGB Variations
Color information
#84CE06 (or 0x84CE06) is known color: Citrus. HEX triplet: 84, CE and 06. RGB value is (132,206,6). Sum of RGB (Red+Green+Blue) = 132+206+6=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 206 (80.86% from 255 or 59.88% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CE06 is #7B31F9. Grayscale: #A1A1A1. Windows color (decimal): -8073722 or 446084. OLE color: 446084.
HSL color Cylindrical-coordinate representation of color #84CE06: hue angle of 82.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84CE06 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 6 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.19 |
| HSL | 82.2º | 0.94% | 0.42% | - |
| HSV(B) | 82.2º | 0.97% | 0.81% | - |
| XYZ | 31.62 | 49.06 | 7.98 | - |
| YUV | 161.07 | 40.48 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 6 | 0.36 | 0 | 0.97 | 0.19 | 82.2 | 0.94 | 0.42 |
| Hex | 84 | CE | 6 | 24 | 0 | 61 | 13 | 52 | 5E | 2A |
| Octal | 204 | 316 | 6 | 44 | 0 | 141 | 23 | 122 | 136 | 52 |
| Binary | 10000100 | 11001110 | 110 | 100100 | 0 | 1100001 | 10011 | 1010010 | 1011110 | 101010 |
Color Harmonies of #84CE06
Complementary color
Monochromatic Colors of #84CE06
Black with #84CE06
Text Example
Text Example
White with #84CE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CE06; }
p { color: rgb(132,206,6); }
H1.HeaderClassName
{
color: #84CE06;
}
.AnyTagClassName
{
color: #84CE06;
}
</style>
background-color css
<style>
a { background-color: #84CE06; }
a { background-color: rgb(132,206,6); }
div.DivClassName
{
background-color: #84CE06;
}
.BgClassName
{
background-color: #84CE06;
}
</style>
border-color css
<style>
span { border-color: #84CE06; }
span { border-color: rgb(132,206,6); }
td.TdClassName
{
border-color: #84CE06;
}
.TagClassName
{
border-color: #84CE06;
}
</style>