Shades of Citrus #82BE00
Tints of Citrus #82BE00
RGB
CMYK
RGB Variations
Color information
#82BE00 (or 0x82BE00) is known color: Citrus. HEX triplet: 82, BE and 00. RGB value is (130,190,0). Sum of RGB (Red+Green+Blue) = 130+190+0=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 190 (74.61% from 255 or 59.38% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BE00 is #7D41FF. Grayscale: #979797. Windows color (decimal): -8208896 or 48770. OLE color: 48770.
HSL color Cylindrical-coordinate representation of color #82BE00: hue angle of 78.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82BE00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.25 |
| HSL | 78.95º | 1% | 0.37% | - |
| HSV(B) | 78.95º | 1% | 0.75% | - |
| XYZ | 27.62 | 41.57 | 6.57 | - |
| YUV | 150.4 | 43.12 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 0 | 0.32 | 0 | 1 | 0.25 | 78.95 | 1 | 0.37 |
| Hex | 82 | BE | 0 | 20 | 0 | 64 | 19 | 4F | 64 | 25 |
| Octal | 202 | 276 | 0 | 40 | 0 | 144 | 31 | 117 | 144 | 45 |
| Binary | 10000010 | 10111110 | 0 | 100000 | 0 | 1100100 | 11001 | 1001111 | 1100100 | 100101 |
Color Harmonies of #82BE00
Complementary color
Monochromatic Colors of #82BE00
Black with #82BE00
Text Example
Text Example
White with #82BE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE00; }
p { color: rgb(130,190,0); }
H1.HeaderClassName
{
color: #82BE00;
}
.AnyTagClassName
{
color: #82BE00;
}
</style>
background-color css
<style>
a { background-color: #82BE00; }
a { background-color: rgb(130,190,0); }
div.DivClassName
{
background-color: #82BE00;
}
.BgClassName
{
background-color: #82BE00;
}
</style>
border-color css
<style>
span { border-color: #82BE00; }
span { border-color: rgb(130,190,0); }
td.TdClassName
{
border-color: #82BE00;
}
.TagClassName
{
border-color: #82BE00;
}
</style>