Shades of Citrus #83D209
Tints of Citrus #83D209
RGB
CMYK
RGB Variations
Color information
#83D209 (or 0x83D209) is known color: Citrus. HEX triplet: 83, D2 and 09. RGB value is (131,210,9). Sum of RGB (Red+Green+Blue) = 131+210+9=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #83D209 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D209 is #7C2DF6. Grayscale: #A4A4A4. Windows color (decimal): -8138231 or 643715. OLE color: 643715.
HSL color Cylindrical-coordinate representation of color #83D209: hue angle of 83.58º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83D209 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 210 | 9 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.18 |
| HSL | 83.58º | 0.92% | 0.43% | - |
| HSV(B) | 83.58º | 0.96% | 0.82% | - |
| XYZ | 32.46 | 50.94 | 8.38 | - |
| YUV | 163.47 | 40.83 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 210 | 9 | 0.38 | 0 | 0.96 | 0.18 | 83.58 | 0.92 | 0.43 |
| Hex | 83 | D2 | 9 | 26 | 0 | 60 | 12 | 54 | 5C | 2B |
| Octal | 203 | 322 | 11 | 46 | 0 | 140 | 22 | 124 | 134 | 53 |
| Binary | 10000011 | 11010010 | 1001 | 100110 | 0 | 1100000 | 10010 | 1010100 | 1011100 | 101011 |
Color Harmonies of #83D209
Complementary color
Monochromatic Colors of #83D209
Black with #83D209
Text Example
Text Example
White with #83D209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D209; }
p { color: rgb(131,210,9); }
H1.HeaderClassName
{
color: #83D209;
}
.AnyTagClassName
{
color: #83D209;
}
</style>
background-color css
<style>
a { background-color: #83D209; }
a { background-color: rgb(131,210,9); }
div.DivClassName
{
background-color: #83D209;
}
.BgClassName
{
background-color: #83D209;
}
</style>
border-color css
<style>
span { border-color: #83D209; }
span { border-color: rgb(131,210,9); }
td.TdClassName
{
border-color: #83D209;
}
.TagClassName
{
border-color: #83D209;
}
</style>