Shades of Citrus #83AD00
Tints of Citrus #83AD00
RGB
CMYK
RGB Variations
Color information
#83AD00 (or 0x83AD00) is known color: Citrus. HEX triplet: 83, AD and 00. RGB value is (131,173,0). Sum of RGB (Red+Green+Blue) = 131+173+0=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AD00 is #7C52FF. Grayscale: #8D8D8D. Windows color (decimal): -8147712 or 44419. OLE color: 44419.
HSL color Cylindrical-coordinate representation of color #83AD00: hue angle of 74.57º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83AD00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 173 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.32 |
| HSL | 74.57º | 1% | 0.34% | - |
| HSV(B) | 74.57º | 1% | 0.68% | - |
| XYZ | 24.3 | 34.71 | 5.42 | - |
| YUV | 140.72 | 48.59 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 0 | 0.24 | 0 | 1 | 0.32 | 74.57 | 1 | 0.34 |
| Hex | 83 | AD | 0 | 18 | 0 | 64 | 20 | 4B | 64 | 22 |
| Octal | 203 | 255 | 0 | 30 | 0 | 144 | 40 | 113 | 144 | 42 |
| Binary | 10000011 | 10101101 | 0 | 11000 | 0 | 1100100 | 100000 | 1001011 | 1100100 | 100010 |
Color Harmonies of #83AD00
Complementary color
Monochromatic Colors of #83AD00
Black with #83AD00
Text Example
Text Example
White with #83AD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AD00; }
p { color: rgb(131,173,0); }
H1.HeaderClassName
{
color: #83AD00;
}
.AnyTagClassName
{
color: #83AD00;
}
</style>
background-color css
<style>
a { background-color: #83AD00; }
a { background-color: rgb(131,173,0); }
div.DivClassName
{
background-color: #83AD00;
}
.BgClassName
{
background-color: #83AD00;
}
</style>
border-color css
<style>
span { border-color: #83AD00; }
span { border-color: rgb(131,173,0); }
td.TdClassName
{
border-color: #83AD00;
}
.TagClassName
{
border-color: #83AD00;
}
</style>