Shades of Citrus #82B700
Tints of Citrus #82B700
RGB
CMYK
RGB Variations
Color information
#82B700 (or 0x82B700) is known color: Citrus. HEX triplet: 82, B7 and 00. RGB value is (130,183,0). Sum of RGB (Red+Green+Blue) = 130+183+0=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 183 (71.88% from 255 or 58.47% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 183 - color contains mainly: green. Hex color #82B700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B700 is #7D48FF. Grayscale: #929292. Windows color (decimal): -8210688 or 46978. OLE color: 46978.
HSL color Cylindrical-coordinate representation of color #82B700: hue angle of 77.38º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82B700 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 183 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.28 |
| HSL | 77.38º | 1% | 0.36% | - |
| HSV(B) | 77.38º | 1% | 0.72% | - |
| XYZ | 26.14 | 38.61 | 6.08 | - |
| YUV | 146.29 | 45.44 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 183 | 0 | 0.29 | 0 | 1 | 0.28 | 77.38 | 1 | 0.36 |
| Hex | 82 | B7 | 0 | 1D | 0 | 64 | 1C | 4D | 64 | 24 |
| Octal | 202 | 267 | 0 | 35 | 0 | 144 | 34 | 115 | 144 | 44 |
| Binary | 10000010 | 10110111 | 0 | 11101 | 0 | 1100100 | 11100 | 1001101 | 1100100 | 100100 |
Color Harmonies of #82B700
Complementary color
Monochromatic Colors of #82B700
Black with #82B700
Text Example
Text Example
White with #82B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B700; }
p { color: rgb(130,183,0); }
H1.HeaderClassName
{
color: #82B700;
}
.AnyTagClassName
{
color: #82B700;
}
</style>
background-color css
<style>
a { background-color: #82B700; }
a { background-color: rgb(130,183,0); }
div.DivClassName
{
background-color: #82B700;
}
.BgClassName
{
background-color: #82B700;
}
</style>
border-color css
<style>
span { border-color: #82B700; }
span { border-color: rgb(130,183,0); }
td.TdClassName
{
border-color: #82B700;
}
.TagClassName
{
border-color: #82B700;
}
</style>