Shades of Citrus #82B702
Tints of Citrus #82B702
RGB
CMYK
RGB Variations
Color information
#82B702 (or 0x82B702) is known color: Citrus. HEX triplet: 82, B7 and 02. RGB value is (130,183,2). Sum of RGB (Red+Green+Blue) = 130+183+2=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #82B702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B702 is #7D48FD. Grayscale: #939393. Windows color (decimal): -8210686 or 178050. OLE color: 178050.
HSL color Cylindrical-coordinate representation of color #82B702: hue angle of 77.57º 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 #82B702 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 183 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.28 |
| HSL | 77.57º | 0.98% | 0.36% | - |
| HSV(B) | 77.57º | 0.99% | 0.72% | - |
| XYZ | 26.15 | 38.62 | 6.13 | - |
| YUV | 146.52 | 46.44 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 183 | 2 | 0.29 | 0 | 0.99 | 0.28 | 77.57 | 0.98 | 0.36 |
| Hex | 82 | B7 | 2 | 1D | 0 | 63 | 1C | 4E | 62 | 24 |
| Octal | 202 | 267 | 2 | 35 | 0 | 143 | 34 | 116 | 142 | 44 |
| Binary | 10000010 | 10110111 | 10 | 11101 | 0 | 1100011 | 11100 | 1001110 | 1100010 | 100100 |
Color Harmonies of #82B702
Complementary color
Monochromatic Colors of #82B702
Black with #82B702
Text Example
Text Example
White with #82B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B702; }
p { color: rgb(130,183,2); }
H1.HeaderClassName
{
color: #82B702;
}
.AnyTagClassName
{
color: #82B702;
}
</style>
background-color css
<style>
a { background-color: #82B702; }
a { background-color: rgb(130,183,2); }
div.DivClassName
{
background-color: #82B702;
}
.BgClassName
{
background-color: #82B702;
}
</style>
border-color css
<style>
span { border-color: #82B702; }
span { border-color: rgb(130,183,2); }
td.TdClassName
{
border-color: #82B702;
}
.TagClassName
{
border-color: #82B702;
}
</style>