Shades of Citrus #83B900
Tints of Citrus #83B900
RGB
CMYK
RGB Variations
Color information
#83B900 (or 0x83B900) is known color: Citrus. HEX triplet: 83, B9 and 00. RGB value is (131,185,0). Sum of RGB (Red+Green+Blue) = 131+185+0=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #83B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B900 is #7C46FF. Grayscale: #949494. Windows color (decimal): -8144640 or 47491. OLE color: 47491.
HSL color Cylindrical-coordinate representation of color #83B900: hue angle of 77.51º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83B900 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 185 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.27 |
| HSL | 77.51º | 1% | 0.36% | - |
| HSV(B) | 77.51º | 1% | 0.73% | - |
| XYZ | 26.71 | 39.52 | 6.22 | - |
| YUV | 147.76 | 44.61 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 185 | 0 | 0.29 | 0 | 1 | 0.27 | 77.51 | 1 | 0.36 |
| Hex | 83 | B9 | 0 | 1D | 0 | 64 | 1B | 4E | 64 | 24 |
| Octal | 203 | 271 | 0 | 35 | 0 | 144 | 33 | 116 | 144 | 44 |
| Binary | 10000011 | 10111001 | 0 | 11101 | 0 | 1100100 | 11011 | 1001110 | 1100100 | 100100 |
Color Harmonies of #83B900
Complementary color
Monochromatic Colors of #83B900
Black with #83B900
Text Example
Text Example
White with #83B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B900; }
p { color: rgb(131,185,0); }
H1.HeaderClassName
{
color: #83B900;
}
.AnyTagClassName
{
color: #83B900;
}
</style>
background-color css
<style>
a { background-color: #83B900; }
a { background-color: rgb(131,185,0); }
div.DivClassName
{
background-color: #83B900;
}
.BgClassName
{
background-color: #83B900;
}
</style>
border-color css
<style>
span { border-color: #83B900; }
span { border-color: rgb(131,185,0); }
td.TdClassName
{
border-color: #83B900;
}
.TagClassName
{
border-color: #83B900;
}
</style>