Shades of Citrus #82A800
Tints of Citrus #82A800
RGB
CMYK
RGB Variations
Color information
#82A800 (or 0x82A800) is known color: Citrus. HEX triplet: 82, A8 and 00. RGB value is (130,168,0). Sum of RGB (Red+Green+Blue) = 130+168+0=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 168 (66.02% from 255 or 56.38% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 168 - color contains mainly: green. Hex color #82A800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A800 is #7D57FF. Grayscale: #8A8A8A. Windows color (decimal): -8214528 or 43138. OLE color: 43138.
HSL color Cylindrical-coordinate representation of color #82A800: hue angle of 73.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82A800 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 168 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.34 |
| HSL | 73.57º | 1% | 0.33% | - |
| HSV(B) | 73.57º | 1% | 0.66% | - |
| XYZ | 23.21 | 32.75 | 5.1 | - |
| YUV | 137.49 | 50.41 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 0 | 0.23 | 0 | 1 | 0.34 | 73.57 | 1 | 0.33 |
| Hex | 82 | A8 | 0 | 17 | 0 | 64 | 22 | 4A | 64 | 21 |
| Octal | 202 | 250 | 0 | 27 | 0 | 144 | 42 | 112 | 144 | 41 |
| Binary | 10000010 | 10101000 | 0 | 10111 | 0 | 1100100 | 100010 | 1001010 | 1100100 | 100001 |
Color Harmonies of #82A800
Complementary color
Monochromatic Colors of #82A800
Black with #82A800
Text Example
Text Example
White with #82A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A800; }
p { color: rgb(130,168,0); }
H1.HeaderClassName
{
color: #82A800;
}
.AnyTagClassName
{
color: #82A800;
}
</style>
background-color css
<style>
a { background-color: #82A800; }
a { background-color: rgb(130,168,0); }
div.DivClassName
{
background-color: #82A800;
}
.BgClassName
{
background-color: #82A800;
}
</style>
border-color css
<style>
span { border-color: #82A800; }
span { border-color: rgb(130,168,0); }
td.TdClassName
{
border-color: #82A800;
}
.TagClassName
{
border-color: #82A800;
}
</style>