Shades of Citrus #83B402
Tints of Citrus #83B402
RGB
CMYK
RGB Variations
Color information
#83B402 (or 0x83B402) is known color: Citrus. HEX triplet: 83, B4 and 02. RGB value is (131,180,2). Sum of RGB (Red+Green+Blue) = 131+180+2=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #83B402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B402 is #7C4BFD. Grayscale: #919191. Windows color (decimal): -8145918 or 177283. OLE color: 177283.
HSL color Cylindrical-coordinate representation of color #83B402: hue angle of 76.52º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83B402 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 180 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.29 |
| HSL | 76.52º | 0.98% | 0.36% | - |
| HSV(B) | 76.52º | 0.99% | 0.71% | - |
| XYZ | 25.69 | 37.47 | 5.94 | - |
| YUV | 145.06 | 47.27 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 180 | 2 | 0.27 | 0 | 0.99 | 0.29 | 76.52 | 0.98 | 0.36 |
| Hex | 83 | B4 | 2 | 1B | 0 | 63 | 1D | 4D | 62 | 24 |
| Octal | 203 | 264 | 2 | 33 | 0 | 143 | 35 | 115 | 142 | 44 |
| Binary | 10000011 | 10110100 | 10 | 11011 | 0 | 1100011 | 11101 | 1001101 | 1100010 | 100100 |
Color Harmonies of #83B402
Complementary color
Monochromatic Colors of #83B402
Black with #83B402
Text Example
Text Example
White with #83B402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B402; }
p { color: rgb(131,180,2); }
H1.HeaderClassName
{
color: #83B402;
}
.AnyTagClassName
{
color: #83B402;
}
</style>
background-color css
<style>
a { background-color: #83B402; }
a { background-color: rgb(131,180,2); }
div.DivClassName
{
background-color: #83B402;
}
.BgClassName
{
background-color: #83B402;
}
</style>
border-color css
<style>
span { border-color: #83B402; }
span { border-color: rgb(131,180,2); }
td.TdClassName
{
border-color: #83B402;
}
.TagClassName
{
border-color: #83B402;
}
</style>