Shades of Citrus #82C005
Tints of Citrus #82C005
RGB
CMYK
RGB Variations
Color information
#82C005 (or 0x82C005) is known color: Citrus. HEX triplet: 82, C0 and 05. RGB value is (130,192,5). Sum of RGB (Red+Green+Blue) = 130+192+5=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #82C005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C005 is #7D3FFA. Grayscale: #989898. Windows color (decimal): -8208379 or 376962. OLE color: 376962.
HSL color Cylindrical-coordinate representation of color #82C005: hue angle of 79.89º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82C005 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.25 |
| HSL | 79.89º | 0.95% | 0.39% | - |
| HSV(B) | 79.89º | 0.97% | 0.75% | - |
| XYZ | 28.08 | 42.46 | 6.86 | - |
| YUV | 152.14 | 44.96 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 5 | 0.32 | 0 | 0.97 | 0.25 | 79.89 | 0.95 | 0.39 |
| Hex | 82 | C0 | 5 | 20 | 0 | 61 | 19 | 50 | 5F | 27 |
| Octal | 202 | 300 | 5 | 40 | 0 | 141 | 31 | 120 | 137 | 47 |
| Binary | 10000010 | 11000000 | 101 | 100000 | 0 | 1100001 | 11001 | 1010000 | 1011111 | 100111 |
Color Harmonies of #82C005
Complementary color
Monochromatic Colors of #82C005
Black with #82C005
Text Example
Text Example
White with #82C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C005; }
p { color: rgb(130,192,5); }
H1.HeaderClassName
{
color: #82C005;
}
.AnyTagClassName
{
color: #82C005;
}
</style>
background-color css
<style>
a { background-color: #82C005; }
a { background-color: rgb(130,192,5); }
div.DivClassName
{
background-color: #82C005;
}
.BgClassName
{
background-color: #82C005;
}
</style>
border-color css
<style>
span { border-color: #82C005; }
span { border-color: rgb(130,192,5); }
td.TdClassName
{
border-color: #82C005;
}
.TagClassName
{
border-color: #82C005;
}
</style>