Shades of Citrus #83C500
Tints of Citrus #83C500
RGB
CMYK
RGB Variations
Color information
#83C500 (or 0x83C500) is known color: Citrus. HEX triplet: 83, C5 and 00. RGB value is (131,197,0). Sum of RGB (Red+Green+Blue) = 131+197+0=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #83C500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C500 is #7C3AFF. Grayscale: #9B9B9B. Windows color (decimal): -8141568 or 50563. OLE color: 50563.
HSL color Cylindrical-coordinate representation of color #83C500: hue angle of 80.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83C500 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 197 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.23 |
| HSL | 80.1º | 1% | 0.39% | - |
| HSV(B) | 80.1º | 1% | 0.77% | - |
| XYZ | 29.33 | 44.76 | 7.09 | - |
| YUV | 154.81 | 40.63 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 197 | 0 | 0.34 | 0 | 1 | 0.23 | 80.1 | 1 | 0.39 |
| Hex | 83 | C5 | 0 | 22 | 0 | 64 | 17 | 50 | 64 | 27 |
| Octal | 203 | 305 | 0 | 42 | 0 | 144 | 27 | 120 | 144 | 47 |
| Binary | 10000011 | 11000101 | 0 | 100010 | 0 | 1100100 | 10111 | 1010000 | 1100100 | 100111 |
Color Harmonies of #83C500
Complementary color
Monochromatic Colors of #83C500
Black with #83C500
Text Example
Text Example
White with #83C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C500; }
p { color: rgb(131,197,0); }
H1.HeaderClassName
{
color: #83C500;
}
.AnyTagClassName
{
color: #83C500;
}
</style>
background-color css
<style>
a { background-color: #83C500; }
a { background-color: rgb(131,197,0); }
div.DivClassName
{
background-color: #83C500;
}
.BgClassName
{
background-color: #83C500;
}
</style>
border-color css
<style>
span { border-color: #83C500; }
span { border-color: rgb(131,197,0); }
td.TdClassName
{
border-color: #83C500;
}
.TagClassName
{
border-color: #83C500;
}
</style>