Shades of Citrus #82B900
Tints of Citrus #82B900
RGB
CMYK
RGB Variations
Color information
#82B900 (or 0x82B900) is known color: Citrus. HEX triplet: 82, B9 and 00. RGB value is (130,185,0). Sum of RGB (Red+Green+Blue) = 130+185+0=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 185 (72.66% from 255 or 58.73% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 185 - color contains mainly: green. Hex color #82B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B900 is #7D46FF. Grayscale: #949494. Windows color (decimal): -8210176 or 47490. OLE color: 47490.
HSL color Cylindrical-coordinate representation of color #82B900: hue angle of 77.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82B900 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 185 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.27 |
| HSL | 77.84º | 1% | 0.36% | - |
| HSV(B) | 77.84º | 1% | 0.73% | - |
| XYZ | 26.55 | 39.44 | 6.21 | - |
| YUV | 147.47 | 44.78 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 185 | 0 | 0.30 | 0 | 1 | 0.27 | 77.84 | 1 | 0.36 |
| Hex | 82 | B9 | 0 | 1E | 0 | 64 | 1B | 4E | 64 | 24 |
| Octal | 202 | 271 | 0 | 36 | 0 | 144 | 33 | 116 | 144 | 44 |
| Binary | 10000010 | 10111001 | 0 | 11110 | 0 | 1100100 | 11011 | 1001110 | 1100100 | 100100 |
Color Harmonies of #82B900
Complementary color
Monochromatic Colors of #82B900
Black with #82B900
Text Example
Text Example
White with #82B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B900; }
p { color: rgb(130,185,0); }
H1.HeaderClassName
{
color: #82B900;
}
.AnyTagClassName
{
color: #82B900;
}
</style>
background-color css
<style>
a { background-color: #82B900; }
a { background-color: rgb(130,185,0); }
div.DivClassName
{
background-color: #82B900;
}
.BgClassName
{
background-color: #82B900;
}
</style>
border-color css
<style>
span { border-color: #82B900; }
span { border-color: rgb(130,185,0); }
td.TdClassName
{
border-color: #82B900;
}
.TagClassName
{
border-color: #82B900;
}
</style>