Shades of Lima #83CB0A
Tints of Lima #83CB0A
RGB
CMYK
RGB Variations
Color information
#83CB0A (or 0x83CB0A) is known color: Lima. HEX triplet: 83, CB and 0A. RGB value is (131,203,10). Sum of RGB (Red+Green+Blue) = 131+203+10=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 203 (79.69% from 255 or 59.01% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CB0A is #7C34F5. Grayscale: #A0A0A0. Windows color (decimal): -8140022 or 707459. OLE color: 707459.
HSL color Cylindrical-coordinate representation of color #83CB0A: hue angle of 82.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83CB0A is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 10 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.20 |
| HSL | 82.38º | 0.91% | 0.42% | - |
| HSV(B) | 82.38º | 0.95% | 0.8% | - |
| XYZ | 30.77 | 47.56 | 7.85 | - |
| YUV | 159.47 | 43.65 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 10 | 0.35 | 0 | 0.95 | 0.20 | 82.38 | 0.91 | 0.42 |
| Hex | 83 | CB | A | 23 | 0 | 5F | 14 | 52 | 5B | 2A |
| Octal | 203 | 313 | 12 | 43 | 0 | 137 | 24 | 122 | 133 | 52 |
| Binary | 10000011 | 11001011 | 1010 | 100011 | 0 | 1011111 | 10100 | 1010010 | 1011011 | 101010 |
Color Harmonies of #83CB0A
Complementary color
Monochromatic Colors of #83CB0A
Black with #83CB0A
Text Example
Text Example
White with #83CB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CB0A; }
p { color: rgb(131,203,10); }
H1.HeaderClassName
{
color: #83CB0A;
}
.AnyTagClassName
{
color: #83CB0A;
}
</style>
background-color css
<style>
a { background-color: #83CB0A; }
a { background-color: rgb(131,203,10); }
div.DivClassName
{
background-color: #83CB0A;
}
.BgClassName
{
background-color: #83CB0A;
}
</style>
border-color css
<style>
span { border-color: #83CB0A; }
span { border-color: rgb(131,203,10); }
td.TdClassName
{
border-color: #83CB0A;
}
.TagClassName
{
border-color: #83CB0A;
}
</style>