Shades of Citrus #84AD02
Tints of Citrus #84AD02
RGB
CMYK
RGB Variations
Color information
#84AD02 (or 0x84AD02) is known color: Citrus. HEX triplet: 84, AD and 02. RGB value is (132,173,2). Sum of RGB (Red+Green+Blue) = 132+173+2=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AD02 is #7B52FD. Grayscale: #8D8D8D. Windows color (decimal): -8082174 or 175492. OLE color: 175492.
HSL color Cylindrical-coordinate representation of color #84AD02: hue angle of 74.39º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84AD02 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.32 |
| HSL | 74.39º | 0.98% | 0.34% | - |
| HSV(B) | 74.39º | 0.99% | 0.68% | - |
| XYZ | 24.47 | 34.8 | 5.48 | - |
| YUV | 141.25 | 49.42 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 2 | 0.24 | 0 | 0.99 | 0.32 | 74.39 | 0.98 | 0.34 |
| Hex | 84 | AD | 2 | 18 | 0 | 63 | 20 | 4A | 62 | 22 |
| Octal | 204 | 255 | 2 | 30 | 0 | 143 | 40 | 112 | 142 | 42 |
| Binary | 10000100 | 10101101 | 10 | 11000 | 0 | 1100011 | 100000 | 1001010 | 1100010 | 100010 |
Color Harmonies of #84AD02
Complementary color
Monochromatic Colors of #84AD02
Black with #84AD02
Text Example
Text Example
White with #84AD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD02; }
p { color: rgb(132,173,2); }
H1.HeaderClassName
{
color: #84AD02;
}
.AnyTagClassName
{
color: #84AD02;
}
</style>
background-color css
<style>
a { background-color: #84AD02; }
a { background-color: rgb(132,173,2); }
div.DivClassName
{
background-color: #84AD02;
}
.BgClassName
{
background-color: #84AD02;
}
</style>
border-color css
<style>
span { border-color: #84AD02; }
span { border-color: rgb(132,173,2); }
td.TdClassName
{
border-color: #84AD02;
}
.TagClassName
{
border-color: #84AD02;
}
</style>