Shades of Citrus #82B501
Tints of Citrus #82B501
RGB
CMYK
RGB Variations
Color information
#82B501 (or 0x82B501) is known color: Citrus. HEX triplet: 82, B5 and 01. RGB value is (130,181,1). Sum of RGB (Red+Green+Blue) = 130+181+1=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #82B501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B501 is #7D4AFE. Grayscale: #919191. Windows color (decimal): -8211199 or 112002. OLE color: 112002.
HSL color Cylindrical-coordinate representation of color #82B501: hue angle of 77º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82B501 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 181 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.29 |
| HSL | 77º | 0.99% | 0.36% | - |
| HSV(B) | 77º | 0.99% | 0.71% | - |
| XYZ | 25.74 | 37.8 | 5.97 | - |
| YUV | 145.23 | 46.6 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 181 | 1 | 0.28 | 0 | 0.99 | 0.29 | 77 | 0.99 | 0.36 |
| Hex | 82 | B5 | 1 | 1C | 0 | 63 | 1D | 4D | 63 | 24 |
| Octal | 202 | 265 | 1 | 34 | 0 | 143 | 35 | 115 | 143 | 44 |
| Binary | 10000010 | 10110101 | 1 | 11100 | 0 | 1100011 | 11101 | 1001101 | 1100011 | 100100 |
Color Harmonies of #82B501
Complementary color
Monochromatic Colors of #82B501
Black with #82B501
Text Example
Text Example
White with #82B501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B501; }
p { color: rgb(130,181,1); }
H1.HeaderClassName
{
color: #82B501;
}
.AnyTagClassName
{
color: #82B501;
}
</style>
background-color css
<style>
a { background-color: #82B501; }
a { background-color: rgb(130,181,1); }
div.DivClassName
{
background-color: #82B501;
}
.BgClassName
{
background-color: #82B501;
}
</style>
border-color css
<style>
span { border-color: #82B501; }
span { border-color: rgb(130,181,1); }
td.TdClassName
{
border-color: #82B501;
}
.TagClassName
{
border-color: #82B501;
}
</style>