Shades of Citrus #83C305
Tints of Citrus #83C305
RGB
CMYK
RGB Variations
Color information
#83C305 (or 0x83C305) is known color: Citrus. HEX triplet: 83, C3 and 05. RGB value is (131,195,5). Sum of RGB (Red+Green+Blue) = 131+195+5=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #83C305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C305 is #7C3CFA. Grayscale: #9A9A9A. Windows color (decimal): -8142075 or 377731. OLE color: 377731.
HSL color Cylindrical-coordinate representation of color #83C305: hue angle of 80.21º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83C305 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 5 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.24 |
| HSL | 80.21º | 0.95% | 0.39% | - |
| HSV(B) | 80.21º | 0.97% | 0.76% | - |
| XYZ | 28.9 | 43.87 | 7.09 | - |
| YUV | 154.2 | 43.8 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 5 | 0.33 | 0 | 0.97 | 0.24 | 80.21 | 0.95 | 0.39 |
| Hex | 83 | C3 | 5 | 21 | 0 | 61 | 18 | 50 | 5F | 27 |
| Octal | 203 | 303 | 5 | 41 | 0 | 141 | 30 | 120 | 137 | 47 |
| Binary | 10000011 | 11000011 | 101 | 100001 | 0 | 1100001 | 11000 | 1010000 | 1011111 | 100111 |
Color Harmonies of #83C305
Complementary color
Monochromatic Colors of #83C305
Black with #83C305
Text Example
Text Example
White with #83C305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C305; }
p { color: rgb(131,195,5); }
H1.HeaderClassName
{
color: #83C305;
}
.AnyTagClassName
{
color: #83C305;
}
</style>
background-color css
<style>
a { background-color: #83C305; }
a { background-color: rgb(131,195,5); }
div.DivClassName
{
background-color: #83C305;
}
.BgClassName
{
background-color: #83C305;
}
</style>
border-color css
<style>
span { border-color: #83C305; }
span { border-color: rgb(131,195,5); }
td.TdClassName
{
border-color: #83C305;
}
.TagClassName
{
border-color: #83C305;
}
</style>