Shades of Citrus #83C003
Tints of Citrus #83C003
RGB
CMYK
RGB Variations
Color information
#83C003 (or 0x83C003) is known color: Citrus. HEX triplet: 83, C0 and 03. RGB value is (131,192,3). Sum of RGB (Red+Green+Blue) = 131+192+3=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #83C003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C003 is #7C3FFC. Grayscale: #989898. Windows color (decimal): -8142845 or 245891. OLE color: 245891.
HSL color Cylindrical-coordinate representation of color #83C003: hue angle of 79.37º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83C003 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 192 | 3 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.25 |
| HSL | 79.37º | 0.97% | 0.38% | - |
| HSV(B) | 79.37º | 0.98% | 0.75% | - |
| XYZ | 28.23 | 42.53 | 6.81 | - |
| YUV | 152.22 | 43.79 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 3 | 0.32 | 0 | 0.98 | 0.25 | 79.37 | 0.97 | 0.38 |
| Hex | 83 | C0 | 3 | 20 | 0 | 62 | 19 | 4F | 61 | 26 |
| Octal | 203 | 300 | 3 | 40 | 0 | 142 | 31 | 117 | 141 | 46 |
| Binary | 10000011 | 11000000 | 11 | 100000 | 0 | 1100010 | 11001 | 1001111 | 1100001 | 100110 |
Color Harmonies of #83C003
Complementary color
Monochromatic Colors of #83C003
Black with #83C003
Text Example
Text Example
White with #83C003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C003; }
p { color: rgb(131,192,3); }
H1.HeaderClassName
{
color: #83C003;
}
.AnyTagClassName
{
color: #83C003;
}
</style>
background-color css
<style>
a { background-color: #83C003; }
a { background-color: rgb(131,192,3); }
div.DivClassName
{
background-color: #83C003;
}
.BgClassName
{
background-color: #83C003;
}
</style>
border-color css
<style>
span { border-color: #83C003; }
span { border-color: rgb(131,192,3); }
td.TdClassName
{
border-color: #83C003;
}
.TagClassName
{
border-color: #83C003;
}
</style>