Shades of Citrus #83C706
Tints of Citrus #83C706
RGB
CMYK
RGB Variations
Color information
#83C706 (or 0x83C706) is known color: Citrus. HEX triplet: 83, C7 and 06. RGB value is (131,199,6). Sum of RGB (Red+Green+Blue) = 131+199+6=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 199 (78.12% from 255 or 59.23% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 199 - color contains mainly: green. Hex color #83C706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C706 is #7C38F9. Grayscale: #9D9D9D. Windows color (decimal): -8141050 or 444291. OLE color: 444291.
HSL color Cylindrical-coordinate representation of color #83C706: hue angle of 81.14º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83C706 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 199 | 6 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.22 |
| HSL | 81.14º | 0.94% | 0.4% | - |
| HSV(B) | 81.14º | 0.97% | 0.78% | - |
| XYZ | 29.82 | 45.69 | 7.42 | - |
| YUV | 156.67 | 42.97 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 199 | 6 | 0.34 | 0 | 0.97 | 0.22 | 81.14 | 0.94 | 0.4 |
| Hex | 83 | C7 | 6 | 22 | 0 | 61 | 16 | 51 | 5E | 28 |
| Octal | 203 | 307 | 6 | 42 | 0 | 141 | 26 | 121 | 136 | 50 |
| Binary | 10000011 | 11000111 | 110 | 100010 | 0 | 1100001 | 10110 | 1010001 | 1011110 | 101000 |
Color Harmonies of #83C706
Complementary color
Monochromatic Colors of #83C706
Black with #83C706
Text Example
Text Example
White with #83C706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C706; }
p { color: rgb(131,199,6); }
H1.HeaderClassName
{
color: #83C706;
}
.AnyTagClassName
{
color: #83C706;
}
</style>
background-color css
<style>
a { background-color: #83C706; }
a { background-color: rgb(131,199,6); }
div.DivClassName
{
background-color: #83C706;
}
.BgClassName
{
background-color: #83C706;
}
</style>
border-color css
<style>
span { border-color: #83C706; }
span { border-color: rgb(131,199,6); }
td.TdClassName
{
border-color: #83C706;
}
.TagClassName
{
border-color: #83C706;
}
</style>