Shades of Citrus #82D103
Tints of Citrus #82D103
RGB
CMYK
RGB Variations
Color information
#82D103 (or 0x82D103) is known color: Citrus. HEX triplet: 82, D1 and 03. RGB value is (130,209,3). Sum of RGB (Red+Green+Blue) = 130+209+3=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 209 (82.03% from 255 or 61.11% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 209 - color contains mainly: green. Hex color #82D103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D103 is #7D2EFC. Grayscale: #A2A2A2. Windows color (decimal): -8204029 or 250242. OLE color: 250242.
HSL color Cylindrical-coordinate representation of color #82D103: hue angle of 83.01º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82D103 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 209 | 3 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.18 |
| HSL | 83.01º | 0.97% | 0.42% | - |
| HSV(B) | 83.01º | 0.99% | 0.82% | - |
| XYZ | 32.02 | 50.35 | 8.12 | - |
| YUV | 161.9 | 38.33 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 209 | 3 | 0.38 | 0 | 0.99 | 0.18 | 83.01 | 0.97 | 0.42 |
| Hex | 82 | D1 | 3 | 26 | 0 | 63 | 12 | 53 | 61 | 2A |
| Octal | 202 | 321 | 3 | 46 | 0 | 143 | 22 | 123 | 141 | 52 |
| Binary | 10000010 | 11010001 | 11 | 100110 | 0 | 1100011 | 10010 | 1010011 | 1100001 | 101010 |
Color Harmonies of #82D103
Complementary color
Monochromatic Colors of #82D103
Black with #82D103
Text Example
Text Example
White with #82D103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D103; }
p { color: rgb(130,209,3); }
H1.HeaderClassName
{
color: #82D103;
}
.AnyTagClassName
{
color: #82D103;
}
</style>
background-color css
<style>
a { background-color: #82D103; }
a { background-color: rgb(130,209,3); }
div.DivClassName
{
background-color: #82D103;
}
.BgClassName
{
background-color: #82D103;
}
</style>
border-color css
<style>
span { border-color: #82D103; }
span { border-color: rgb(130,209,3); }
td.TdClassName
{
border-color: #82D103;
}
.TagClassName
{
border-color: #82D103;
}
</style>