Shades of Citrus #82C505
Tints of Citrus #82C505
RGB
CMYK
RGB Variations
Color information
#82C505 (or 0x82C505) is known color: Citrus. HEX triplet: 82, C5 and 05. RGB value is (130,197,5). Sum of RGB (Red+Green+Blue) = 130+197+5=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #82C505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C505 is #7D3AFA. Grayscale: #9B9B9B. Windows color (decimal): -8207099 or 378242. OLE color: 378242.
HSL color Cylindrical-coordinate representation of color #82C505: hue angle of 80.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82C505 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 197 | 5 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.23 |
| HSL | 80.94º | 0.95% | 0.4% | - |
| HSV(B) | 80.94º | 0.97% | 0.77% | - |
| XYZ | 29.2 | 44.69 | 7.23 | - |
| YUV | 155.08 | 43.3 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 197 | 5 | 0.34 | 0 | 0.97 | 0.23 | 80.94 | 0.95 | 0.4 |
| Hex | 82 | C5 | 5 | 22 | 0 | 61 | 17 | 51 | 5F | 28 |
| Octal | 202 | 305 | 5 | 42 | 0 | 141 | 27 | 121 | 137 | 50 |
| Binary | 10000010 | 11000101 | 101 | 100010 | 0 | 1100001 | 10111 | 1010001 | 1011111 | 101000 |
Color Harmonies of #82C505
Complementary color
Monochromatic Colors of #82C505
Black with #82C505
Text Example
Text Example
White with #82C505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C505; }
p { color: rgb(130,197,5); }
H1.HeaderClassName
{
color: #82C505;
}
.AnyTagClassName
{
color: #82C505;
}
</style>
background-color css
<style>
a { background-color: #82C505; }
a { background-color: rgb(130,197,5); }
div.DivClassName
{
background-color: #82C505;
}
.BgClassName
{
background-color: #82C505;
}
</style>
border-color css
<style>
span { border-color: #82C505; }
span { border-color: rgb(130,197,5); }
td.TdClassName
{
border-color: #82C505;
}
.TagClassName
{
border-color: #82C505;
}
</style>