Shades of Citrus #83AD01
Tints of Citrus #83AD01
RGB
CMYK
RGB Variations
Color information
#83AD01 (or 0x83AD01) is known color: Citrus. HEX triplet: 83, AD and 01. RGB value is (131,173,1). Sum of RGB (Red+Green+Blue) = 131+173+1=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AD01 is #7C52FE. Grayscale: #8D8D8D. Windows color (decimal): -8147711 or 109955. OLE color: 109955.
HSL color Cylindrical-coordinate representation of color #83AD01: hue angle of 74.65º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83AD01 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 173 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.32 |
| HSL | 74.65º | 0.99% | 0.34% | - |
| HSV(B) | 74.65º | 0.99% | 0.68% | - |
| XYZ | 24.31 | 34.71 | 5.45 | - |
| YUV | 140.83 | 49.09 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 1 | 0.24 | 0 | 0.99 | 0.32 | 74.65 | 0.99 | 0.34 |
| Hex | 83 | AD | 1 | 18 | 0 | 63 | 20 | 4B | 63 | 22 |
| Octal | 203 | 255 | 1 | 30 | 0 | 143 | 40 | 113 | 143 | 42 |
| Binary | 10000011 | 10101101 | 1 | 11000 | 0 | 1100011 | 100000 | 1001011 | 1100011 | 100010 |
Color Harmonies of #83AD01
Complementary color
Monochromatic Colors of #83AD01
Black with #83AD01
Text Example
Text Example
White with #83AD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AD01; }
p { color: rgb(131,173,1); }
H1.HeaderClassName
{
color: #83AD01;
}
.AnyTagClassName
{
color: #83AD01;
}
</style>
background-color css
<style>
a { background-color: #83AD01; }
a { background-color: rgb(131,173,1); }
div.DivClassName
{
background-color: #83AD01;
}
.BgClassName
{
background-color: #83AD01;
}
</style>
border-color css
<style>
span { border-color: #83AD01; }
span { border-color: rgb(131,173,1); }
td.TdClassName
{
border-color: #83AD01;
}
.TagClassName
{
border-color: #83AD01;
}
</style>