Shades of Citrus #82B701
Tints of Citrus #82B701
RGB
CMYK
RGB Variations
Color information
#82B701 (or 0x82B701) is known color: Citrus. HEX triplet: 82, B7 and 01. RGB value is (130,183,1). Sum of RGB (Red+Green+Blue) = 130+183+1=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #82B701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B701 is #7D48FE. Grayscale: #939393. Windows color (decimal): -8210687 or 112514. OLE color: 112514.
HSL color Cylindrical-coordinate representation of color #82B701: hue angle of 77.47º degrees, saturation: 0.99, 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 #82B701 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 183 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.28 |
| HSL | 77.47º | 0.99% | 0.36% | - |
| HSV(B) | 77.47º | 0.99% | 0.72% | - |
| XYZ | 26.14 | 38.61 | 6.1 | - |
| YUV | 146.41 | 45.94 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 183 | 1 | 0.29 | 0 | 0.99 | 0.28 | 77.47 | 0.99 | 0.36 |
| Hex | 82 | B7 | 1 | 1D | 0 | 63 | 1C | 4D | 63 | 24 |
| Octal | 202 | 267 | 1 | 35 | 0 | 143 | 34 | 115 | 143 | 44 |
| Binary | 10000010 | 10110111 | 1 | 11101 | 0 | 1100011 | 11100 | 1001101 | 1100011 | 100100 |
Color Harmonies of #82B701
Complementary color
Monochromatic Colors of #82B701
Black with #82B701
Text Example
Text Example
White with #82B701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B701; }
p { color: rgb(130,183,1); }
H1.HeaderClassName
{
color: #82B701;
}
.AnyTagClassName
{
color: #82B701;
}
</style>
background-color css
<style>
a { background-color: #82B701; }
a { background-color: rgb(130,183,1); }
div.DivClassName
{
background-color: #82B701;
}
.BgClassName
{
background-color: #82B701;
}
</style>
border-color css
<style>
span { border-color: #82B701; }
span { border-color: rgb(130,183,1); }
td.TdClassName
{
border-color: #82B701;
}
.TagClassName
{
border-color: #82B701;
}
</style>