Shades of Citrus #82B802
Tints of Citrus #82B802
RGB
CMYK
RGB Variations
Color information
#82B802 (or 0x82B802) is known color: Citrus. HEX triplet: 82, B8 and 02. RGB value is (130,184,2). Sum of RGB (Red+Green+Blue) = 130+184+2=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 184 (72.27% from 255 or 58.23% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 184 - color contains mainly: green. Hex color #82B802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B802 is #7D47FD. Grayscale: #939393. Windows color (decimal): -8210430 or 178306. OLE color: 178306.
HSL color Cylindrical-coordinate representation of color #82B802: hue angle of 77.8º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82B802 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 184 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.28 |
| HSL | 77.8º | 0.98% | 0.36% | - |
| HSV(B) | 77.8º | 0.99% | 0.72% | - |
| XYZ | 26.36 | 39.03 | 6.2 | - |
| YUV | 147.11 | 46.11 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 184 | 2 | 0.29 | 0 | 0.99 | 0.28 | 77.8 | 0.98 | 0.36 |
| Hex | 82 | B8 | 2 | 1D | 0 | 63 | 1C | 4E | 62 | 24 |
| Octal | 202 | 270 | 2 | 35 | 0 | 143 | 34 | 116 | 142 | 44 |
| Binary | 10000010 | 10111000 | 10 | 11101 | 0 | 1100011 | 11100 | 1001110 | 1100010 | 100100 |
Color Harmonies of #82B802
Complementary color
Monochromatic Colors of #82B802
Black with #82B802
Text Example
Text Example
White with #82B802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B802; }
p { color: rgb(130,184,2); }
H1.HeaderClassName
{
color: #82B802;
}
.AnyTagClassName
{
color: #82B802;
}
</style>
background-color css
<style>
a { background-color: #82B802; }
a { background-color: rgb(130,184,2); }
div.DivClassName
{
background-color: #82B802;
}
.BgClassName
{
background-color: #82B802;
}
</style>
border-color css
<style>
span { border-color: #82B802; }
span { border-color: rgb(130,184,2); }
td.TdClassName
{
border-color: #82B802;
}
.TagClassName
{
border-color: #82B802;
}
</style>