Shades of Citrus #82BC00
Tints of Citrus #82BC00
RGB
CMYK
RGB Variations
Color information
#82BC00 (or 0x82BC00) is known color: Citrus. HEX triplet: 82, BC and 00. RGB value is (130,188,0). Sum of RGB (Red+Green+Blue) = 130+188+0=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BC00 is #7D43FF. Grayscale: #959595. Windows color (decimal): -8209408 or 48258. OLE color: 48258.
HSL color Cylindrical-coordinate representation of color #82BC00: hue angle of 78.51º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82BC00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.26 |
| HSL | 78.51º | 1% | 0.37% | - |
| HSV(B) | 78.51º | 1% | 0.74% | - |
| XYZ | 27.19 | 40.71 | 6.43 | - |
| YUV | 149.23 | 43.78 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 0 | 0.31 | 0 | 1 | 0.26 | 78.51 | 1 | 0.37 |
| Hex | 82 | BC | 0 | 1F | 0 | 64 | 1A | 4F | 64 | 25 |
| Octal | 202 | 274 | 0 | 37 | 0 | 144 | 32 | 117 | 144 | 45 |
| Binary | 10000010 | 10111100 | 0 | 11111 | 0 | 1100100 | 11010 | 1001111 | 1100100 | 100101 |
Color Harmonies of #82BC00
Complementary color
Monochromatic Colors of #82BC00
Black with #82BC00
Text Example
Text Example
White with #82BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC00; }
p { color: rgb(130,188,0); }
H1.HeaderClassName
{
color: #82BC00;
}
.AnyTagClassName
{
color: #82BC00;
}
</style>
background-color css
<style>
a { background-color: #82BC00; }
a { background-color: rgb(130,188,0); }
div.DivClassName
{
background-color: #82BC00;
}
.BgClassName
{
background-color: #82BC00;
}
</style>
border-color css
<style>
span { border-color: #82BC00; }
span { border-color: rgb(130,188,0); }
td.TdClassName
{
border-color: #82BC00;
}
.TagClassName
{
border-color: #82BC00;
}
</style>