Shades of Lima #6FB831
Tints of Lima #6FB831
RGB
CMYK
RGB Variations
Color information
#6FB831 (or 0x6FB831) is known color: Lima. HEX triplet: 6F, B8 and 31. RGB value is (111,184,49). Sum of RGB (Red+Green+Blue) = 111+184+49=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #6FB831 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB831 is #9047CE. Grayscale: #939393. Windows color (decimal): -9455567 or 3258479. OLE color: 3258479.
HSL color Cylindrical-coordinate representation of color #6FB831: hue angle of 92.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6FB831 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 184 | 49 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.28 |
| HSL | 92.44º | 0.58% | 0.46% | - |
| HSV(B) | 92.44º | 0.73% | 0.72% | - |
| XYZ | 24.25 | 37.88 | 8.94 | - |
| YUV | 146.78 | 72.82 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 184 | 49 | 0.40 | 0 | 0.73 | 0.28 | 92.44 | 0.58 | 0.46 |
| Hex | 6F | B8 | 31 | 28 | 0 | 49 | 1C | 5C | 3A | 2E |
| Octal | 157 | 270 | 61 | 50 | 0 | 111 | 34 | 134 | 72 | 56 |
| Binary | 1101111 | 10111000 | 110001 | 101000 | 0 | 1001001 | 11100 | 1011100 | 111010 | 101110 |
Color Harmonies of #6FB831
Complementary color
Monochromatic Colors of #6FB831
Black with #6FB831
Text Example
Text Example
White with #6FB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB831; }
p { color: rgb(111,184,49); }
H1.HeaderClassName
{
color: #6FB831;
}
.AnyTagClassName
{
color: #6FB831;
}
</style>
background-color css
<style>
a { background-color: #6FB831; }
a { background-color: rgb(111,184,49); }
div.DivClassName
{
background-color: #6FB831;
}
.BgClassName
{
background-color: #6FB831;
}
</style>
border-color css
<style>
span { border-color: #6FB831; }
span { border-color: rgb(111,184,49); }
td.TdClassName
{
border-color: #6FB831;
}
.TagClassName
{
border-color: #6FB831;
}
</style>