Shades of Citrus #83BC00
Tints of Citrus #83BC00
RGB
CMYK
RGB Variations
Color information
#83BC00 (or 0x83BC00) is known color: Citrus. HEX triplet: 83, BC and 00. RGB value is (131,188,0). Sum of RGB (Red+Green+Blue) = 131+188+0=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BC00 is #7C43FF. Grayscale: #969696. Windows color (decimal): -8143872 or 48259. OLE color: 48259.
HSL color Cylindrical-coordinate representation of color #83BC00: hue angle of 78.19º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83BC00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.26 |
| HSL | 78.19º | 1% | 0.37% | - |
| HSV(B) | 78.19º | 1% | 0.74% | - |
| XYZ | 27.34 | 40.79 | 6.43 | - |
| YUV | 149.53 | 43.62 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 0 | 0.30 | 0 | 1 | 0.26 | 78.19 | 1 | 0.37 |
| Hex | 83 | BC | 0 | 1E | 0 | 64 | 1A | 4E | 64 | 25 |
| Octal | 203 | 274 | 0 | 36 | 0 | 144 | 32 | 116 | 144 | 45 |
| Binary | 10000011 | 10111100 | 0 | 11110 | 0 | 1100100 | 11010 | 1001110 | 1100100 | 100101 |
Color Harmonies of #83BC00
Complementary color
Monochromatic Colors of #83BC00
Black with #83BC00
Text Example
Text Example
White with #83BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC00; }
p { color: rgb(131,188,0); }
H1.HeaderClassName
{
color: #83BC00;
}
.AnyTagClassName
{
color: #83BC00;
}
</style>
background-color css
<style>
a { background-color: #83BC00; }
a { background-color: rgb(131,188,0); }
div.DivClassName
{
background-color: #83BC00;
}
.BgClassName
{
background-color: #83BC00;
}
</style>
border-color css
<style>
span { border-color: #83BC00; }
span { border-color: rgb(131,188,0); }
td.TdClassName
{
border-color: #83BC00;
}
.TagClassName
{
border-color: #83BC00;
}
</style>