Shades of Citrus #82C801
Tints of Citrus #82C801
RGB
CMYK
RGB Variations
Color information
#82C801 (or 0x82C801) is known color: Citrus. HEX triplet: 82, C8 and 01. RGB value is (130,200,1). Sum of RGB (Red+Green+Blue) = 130+200+1=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 200 (78.52% from 255 or 60.42% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 200 - color contains mainly: green. Hex color #82C801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C801 is #7D37FE. Grayscale: #9D9D9D. Windows color (decimal): -8206335 or 116866. OLE color: 116866.
HSL color Cylindrical-coordinate representation of color #82C801: hue angle of 81.11º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82C801 is Cyan = 0.35, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 200 | 1 | - |
| CMYK | 0.35 | 0 | 1.00 | 0.22 |
| HSL | 81.11º | 0.99% | 0.39% | - |
| HSV(B) | 81.11º | 1% | 0.78% | - |
| XYZ | 29.87 | 46.06 | 7.34 | - |
| YUV | 156.38 | 40.31 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 200 | 1 | 0.35 | 0 | 1.00 | 0.22 | 81.11 | 0.99 | 0.39 |
| Hex | 82 | C8 | 1 | 23 | 0 | 64 | 16 | 51 | 63 | 27 |
| Octal | 202 | 310 | 1 | 43 | 0 | 144 | 26 | 121 | 143 | 47 |
| Binary | 10000010 | 11001000 | 1 | 100011 | 0 | 1100100 | 10110 | 1010001 | 1100011 | 100111 |
Color Harmonies of #82C801
Complementary color
Monochromatic Colors of #82C801
Black with #82C801
Text Example
Text Example
White with #82C801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C801; }
p { color: rgb(130,200,1); }
H1.HeaderClassName
{
color: #82C801;
}
.AnyTagClassName
{
color: #82C801;
}
</style>
background-color css
<style>
a { background-color: #82C801; }
a { background-color: rgb(130,200,1); }
div.DivClassName
{
background-color: #82C801;
}
.BgClassName
{
background-color: #82C801;
}
</style>
border-color css
<style>
span { border-color: #82C801; }
span { border-color: rgb(130,200,1); }
td.TdClassName
{
border-color: #82C801;
}
.TagClassName
{
border-color: #82C801;
}
</style>