Shades of Citrus #82BA04
Tints of Citrus #82BA04
RGB
CMYK
RGB Variations
Color information
#82BA04 (or 0x82BA04) is known color: Citrus. HEX triplet: 82, BA and 04. RGB value is (130,186,4). Sum of RGB (Red+Green+Blue) = 130+186+4=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BA04 is #7D45FB. Grayscale: #959595. Windows color (decimal): -8209916 or 309890. OLE color: 309890.
HSL color Cylindrical-coordinate representation of color #82BA04: hue angle of 78.46º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82BA04 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 4 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.27 |
| HSL | 78.46º | 0.96% | 0.37% | - |
| HSV(B) | 78.46º | 0.98% | 0.73% | - |
| XYZ | 26.79 | 39.87 | 6.4 | - |
| YUV | 148.51 | 46.45 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 4 | 0.30 | 0 | 0.98 | 0.27 | 78.46 | 0.96 | 0.37 |
| Hex | 82 | BA | 4 | 1E | 0 | 62 | 1B | 4E | 60 | 25 |
| Octal | 202 | 272 | 4 | 36 | 0 | 142 | 33 | 116 | 140 | 45 |
| Binary | 10000010 | 10111010 | 100 | 11110 | 0 | 1100010 | 11011 | 1001110 | 1100000 | 100101 |
Color Harmonies of #82BA04
Complementary color
Monochromatic Colors of #82BA04
Black with #82BA04
Text Example
Text Example
White with #82BA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA04; }
p { color: rgb(130,186,4); }
H1.HeaderClassName
{
color: #82BA04;
}
.AnyTagClassName
{
color: #82BA04;
}
</style>
background-color css
<style>
a { background-color: #82BA04; }
a { background-color: rgb(130,186,4); }
div.DivClassName
{
background-color: #82BA04;
}
.BgClassName
{
background-color: #82BA04;
}
</style>
border-color css
<style>
span { border-color: #82BA04; }
span { border-color: rgb(130,186,4); }
td.TdClassName
{
border-color: #82BA04;
}
.TagClassName
{
border-color: #82BA04;
}
</style>