Shades of Citrus #82C807
Tints of Citrus #82C807
RGB
CMYK
RGB Variations
Color information
#82C807 (or 0x82C807) is known color: Citrus. HEX triplet: 82, C8 and 07. RGB value is (130,200,7). Sum of RGB (Red+Green+Blue) = 130+200+7=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 200 (78.52% from 255 or 59.35% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 200 - color contains mainly: green. Hex color #82C807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C807 is #7D37F8. Grayscale: #9D9D9D. Windows color (decimal): -8206329 or 510082. OLE color: 510082.
HSL color Cylindrical-coordinate representation of color #82C807: hue angle of 81.76º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82C807 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 200 | 7 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.22 |
| HSL | 81.76º | 0.93% | 0.41% | - |
| HSV(B) | 81.76º | 0.97% | 0.78% | - |
| XYZ | 29.9 | 46.07 | 7.52 | - |
| YUV | 157.07 | 43.31 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 200 | 7 | 0.35 | 0 | 0.96 | 0.22 | 81.76 | 0.93 | 0.41 |
| Hex | 82 | C8 | 7 | 23 | 0 | 60 | 16 | 52 | 5D | 29 |
| Octal | 202 | 310 | 7 | 43 | 0 | 140 | 26 | 122 | 135 | 51 |
| Binary | 10000010 | 11001000 | 111 | 100011 | 0 | 1100000 | 10110 | 1010010 | 1011101 | 101001 |
Color Harmonies of #82C807
Complementary color
Monochromatic Colors of #82C807
Black with #82C807
Text Example
Text Example
White with #82C807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C807; }
p { color: rgb(130,200,7); }
H1.HeaderClassName
{
color: #82C807;
}
.AnyTagClassName
{
color: #82C807;
}
</style>
background-color css
<style>
a { background-color: #82C807; }
a { background-color: rgb(130,200,7); }
div.DivClassName
{
background-color: #82C807;
}
.BgClassName
{
background-color: #82C807;
}
</style>
border-color css
<style>
span { border-color: #82C807; }
span { border-color: rgb(130,200,7); }
td.TdClassName
{
border-color: #82C807;
}
.TagClassName
{
border-color: #82C807;
}
</style>