Shades of Citrus #84AF02
Tints of Citrus #84AF02
RGB
CMYK
RGB Variations
Color information
#84AF02 (or 0x84AF02) is known color: Citrus. HEX triplet: 84, AF and 02. RGB value is (132,175,2). Sum of RGB (Red+Green+Blue) = 132+175+2=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AF02 is #7B50FD. Grayscale: #8F8F8F. Windows color (decimal): -8081662 or 176004. OLE color: 176004.
HSL color Cylindrical-coordinate representation of color #84AF02: hue angle of 74.91º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84AF02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.31 |
| HSL | 74.91º | 0.98% | 0.35% | - |
| HSV(B) | 74.91º | 0.99% | 0.69% | - |
| XYZ | 24.86 | 35.57 | 5.61 | - |
| YUV | 142.42 | 48.75 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 2 | 0.25 | 0 | 0.99 | 0.31 | 74.91 | 0.98 | 0.35 |
| Hex | 84 | AF | 2 | 19 | 0 | 63 | 1F | 4B | 62 | 23 |
| Octal | 204 | 257 | 2 | 31 | 0 | 143 | 37 | 113 | 142 | 43 |
| Binary | 10000100 | 10101111 | 10 | 11001 | 0 | 1100011 | 11111 | 1001011 | 1100010 | 100011 |
Color Harmonies of #84AF02
Complementary color
Monochromatic Colors of #84AF02
Black with #84AF02
Text Example
Text Example
White with #84AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF02; }
p { color: rgb(132,175,2); }
H1.HeaderClassName
{
color: #84AF02;
}
.AnyTagClassName
{
color: #84AF02;
}
</style>
background-color css
<style>
a { background-color: #84AF02; }
a { background-color: rgb(132,175,2); }
div.DivClassName
{
background-color: #84AF02;
}
.BgClassName
{
background-color: #84AF02;
}
</style>
border-color css
<style>
span { border-color: #84AF02; }
span { border-color: rgb(132,175,2); }
td.TdClassName
{
border-color: #84AF02;
}
.TagClassName
{
border-color: #84AF02;
}
</style>