Shades of Citrus #83B403
Tints of Citrus #83B403
RGB
CMYK
RGB Variations
Color information
#83B403 (or 0x83B403) is known color: Citrus. HEX triplet: 83, B4 and 03. RGB value is (131,180,3). Sum of RGB (Red+Green+Blue) = 131+180+3=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #83B403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B403 is #7C4BFC. Grayscale: #919191. Windows color (decimal): -8145917 or 242819. OLE color: 242819.
HSL color Cylindrical-coordinate representation of color #83B403: hue angle of 76.61º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83B403 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 180 | 3 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.29 |
| HSL | 76.61º | 0.97% | 0.36% | - |
| HSV(B) | 76.61º | 0.98% | 0.71% | - |
| XYZ | 25.7 | 37.47 | 5.97 | - |
| YUV | 145.17 | 47.77 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 180 | 3 | 0.27 | 0 | 0.98 | 0.29 | 76.61 | 0.97 | 0.36 |
| Hex | 83 | B4 | 3 | 1B | 0 | 62 | 1D | 4D | 61 | 24 |
| Octal | 203 | 264 | 3 | 33 | 0 | 142 | 35 | 115 | 141 | 44 |
| Binary | 10000011 | 10110100 | 11 | 11011 | 0 | 1100010 | 11101 | 1001101 | 1100001 | 100100 |
Color Harmonies of #83B403
Complementary color
Monochromatic Colors of #83B403
Black with #83B403
Text Example
Text Example
White with #83B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B403; }
p { color: rgb(131,180,3); }
H1.HeaderClassName
{
color: #83B403;
}
.AnyTagClassName
{
color: #83B403;
}
</style>
background-color css
<style>
a { background-color: #83B403; }
a { background-color: rgb(131,180,3); }
div.DivClassName
{
background-color: #83B403;
}
.BgClassName
{
background-color: #83B403;
}
</style>
border-color css
<style>
span { border-color: #83B403; }
span { border-color: rgb(131,180,3); }
td.TdClassName
{
border-color: #83B403;
}
.TagClassName
{
border-color: #83B403;
}
</style>