Shades of Lima #83BC08
Tints of Lima #83BC08
RGB
CMYK
RGB Variations
Color information
#83BC08 (or 0x83BC08) is known color: Lima. HEX triplet: 83, BC and 08. RGB value is (131,188,8). Sum of RGB (Red+Green+Blue) = 131+188+8=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BC08 is #7C43F7. Grayscale: #979797. Windows color (decimal): -8143864 or 572547. OLE color: 572547.
HSL color Cylindrical-coordinate representation of color #83BC08: hue angle of 79º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83BC08 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 8 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.26 |
| HSL | 79º | 0.92% | 0.38% | - |
| HSV(B) | 79º | 0.96% | 0.74% | - |
| XYZ | 27.39 | 40.81 | 6.66 | - |
| YUV | 150.44 | 47.62 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 8 | 0.30 | 0 | 0.96 | 0.26 | 79 | 0.92 | 0.38 |
| Hex | 83 | BC | 8 | 1E | 0 | 60 | 1A | 4F | 5C | 26 |
| Octal | 203 | 274 | 10 | 36 | 0 | 140 | 32 | 117 | 134 | 46 |
| Binary | 10000011 | 10111100 | 1000 | 11110 | 0 | 1100000 | 11010 | 1001111 | 1011100 | 100110 |
Color Harmonies of #83BC08
Complementary color
Monochromatic Colors of #83BC08
Black with #83BC08
Text Example
Text Example
White with #83BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC08; }
p { color: rgb(131,188,8); }
H1.HeaderClassName
{
color: #83BC08;
}
.AnyTagClassName
{
color: #83BC08;
}
</style>
background-color css
<style>
a { background-color: #83BC08; }
a { background-color: rgb(131,188,8); }
div.DivClassName
{
background-color: #83BC08;
}
.BgClassName
{
background-color: #83BC08;
}
</style>
border-color css
<style>
span { border-color: #83BC08; }
span { border-color: rgb(131,188,8); }
td.TdClassName
{
border-color: #83BC08;
}
.TagClassName
{
border-color: #83BC08;
}
</style>