Shades of Citrus #83CE06
Tints of Citrus #83CE06
RGB
CMYK
RGB Variations
Color information
#83CE06 (or 0x83CE06) is known color: Citrus. HEX triplet: 83, CE and 06. RGB value is (131,206,6). Sum of RGB (Red+Green+Blue) = 131+206+6=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 206 (80.86% from 255 or 60.06% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 206 - color contains mainly: green. Hex color #83CE06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CE06 is #7C31F9. Grayscale: #A1A1A1. Windows color (decimal): -8139258 or 446083. OLE color: 446083.
HSL color Cylindrical-coordinate representation of color #83CE06: hue angle of 82.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83CE06 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 6 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.19 |
| HSL | 82.5º | 0.94% | 0.42% | - |
| HSV(B) | 82.5º | 0.97% | 0.81% | - |
| XYZ | 31.46 | 48.98 | 7.97 | - |
| YUV | 160.78 | 40.65 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 6 | 0.36 | 0 | 0.97 | 0.19 | 82.5 | 0.94 | 0.42 |
| Hex | 83 | CE | 6 | 24 | 0 | 61 | 13 | 52 | 5E | 2A |
| Octal | 203 | 316 | 6 | 44 | 0 | 141 | 23 | 122 | 136 | 52 |
| Binary | 10000011 | 11001110 | 110 | 100100 | 0 | 1100001 | 10011 | 1010010 | 1011110 | 101010 |
Color Harmonies of #83CE06
Complementary color
Monochromatic Colors of #83CE06
Black with #83CE06
Text Example
Text Example
White with #83CE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CE06; }
p { color: rgb(131,206,6); }
H1.HeaderClassName
{
color: #83CE06;
}
.AnyTagClassName
{
color: #83CE06;
}
</style>
background-color css
<style>
a { background-color: #83CE06; }
a { background-color: rgb(131,206,6); }
div.DivClassName
{
background-color: #83CE06;
}
.BgClassName
{
background-color: #83CE06;
}
</style>
border-color css
<style>
span { border-color: #83CE06; }
span { border-color: rgb(131,206,6); }
td.TdClassName
{
border-color: #83CE06;
}
.TagClassName
{
border-color: #83CE06;
}
</style>