Shades of Citrus #82BD00
Tints of Citrus #82BD00
RGB
CMYK
RGB Variations
Color information
#82BD00 (or 0x82BD00) is known color: Citrus. HEX triplet: 82, BD and 00. RGB value is (130,189,0). Sum of RGB (Red+Green+Blue) = 130+189+0=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BD00 is #7D42FF. Grayscale: #969696. Windows color (decimal): -8209152 or 48514. OLE color: 48514.
HSL color Cylindrical-coordinate representation of color #82BD00: hue angle of 78.73º 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 #82BD00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.26 |
| HSL | 78.73º | 1% | 0.37% | - |
| HSV(B) | 78.73º | 1% | 0.74% | - |
| XYZ | 27.4 | 41.14 | 6.5 | - |
| YUV | 149.81 | 43.45 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 0 | 0.31 | 0 | 1 | 0.26 | 78.73 | 1 | 0.37 |
| Hex | 82 | BD | 0 | 1F | 0 | 64 | 1A | 4F | 64 | 25 |
| Octal | 202 | 275 | 0 | 37 | 0 | 144 | 32 | 117 | 144 | 45 |
| Binary | 10000010 | 10111101 | 0 | 11111 | 0 | 1100100 | 11010 | 1001111 | 1100100 | 100101 |
Color Harmonies of #82BD00
Complementary color
Monochromatic Colors of #82BD00
Black with #82BD00
Text Example
Text Example
White with #82BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BD00; }
p { color: rgb(130,189,0); }
H1.HeaderClassName
{
color: #82BD00;
}
.AnyTagClassName
{
color: #82BD00;
}
</style>
background-color css
<style>
a { background-color: #82BD00; }
a { background-color: rgb(130,189,0); }
div.DivClassName
{
background-color: #82BD00;
}
.BgClassName
{
background-color: #82BD00;
}
</style>
border-color css
<style>
span { border-color: #82BD00; }
span { border-color: rgb(130,189,0); }
td.TdClassName
{
border-color: #82BD00;
}
.TagClassName
{
border-color: #82BD00;
}
</style>