Shades of Citrus #82C401
Tints of Citrus #82C401
RGB
CMYK
RGB Variations
Color information
#82C401 (or 0x82C401) is known color: Citrus. HEX triplet: 82, C4 and 01. RGB value is (130,196,1). Sum of RGB (Red+Green+Blue) = 130+196+1=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 196 (76.95% from 255 or 59.94% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 196 - color contains mainly: green. Hex color #82C401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C401 is #7D3BFE. Grayscale: #9A9A9A. Windows color (decimal): -8207359 or 115842. OLE color: 115842.
HSL color Cylindrical-coordinate representation of color #82C401: hue angle of 80.31º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82C401 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 196 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.23 |
| HSL | 80.31º | 0.99% | 0.39% | - |
| HSV(B) | 80.31º | 0.99% | 0.77% | - |
| XYZ | 28.95 | 44.23 | 7.04 | - |
| YUV | 154.04 | 41.63 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 196 | 1 | 0.34 | 0 | 0.99 | 0.23 | 80.31 | 0.99 | 0.39 |
| Hex | 82 | C4 | 1 | 22 | 0 | 63 | 17 | 50 | 63 | 27 |
| Octal | 202 | 304 | 1 | 42 | 0 | 143 | 27 | 120 | 143 | 47 |
| Binary | 10000010 | 11000100 | 1 | 100010 | 0 | 1100011 | 10111 | 1010000 | 1100011 | 100111 |
Color Harmonies of #82C401
Complementary color
Monochromatic Colors of #82C401
Black with #82C401
Text Example
Text Example
White with #82C401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C401; }
p { color: rgb(130,196,1); }
H1.HeaderClassName
{
color: #82C401;
}
.AnyTagClassName
{
color: #82C401;
}
</style>
background-color css
<style>
a { background-color: #82C401; }
a { background-color: rgb(130,196,1); }
div.DivClassName
{
background-color: #82C401;
}
.BgClassName
{
background-color: #82C401;
}
</style>
border-color css
<style>
span { border-color: #82C401; }
span { border-color: rgb(130,196,1); }
td.TdClassName
{
border-color: #82C401;
}
.TagClassName
{
border-color: #82C401;
}
</style>