Shades of Lima #6FBB31
Tints of Lima #6FBB31
RGB
CMYK
RGB Variations
Color information
#6FBB31 (or 0x6FBB31) is known color: Lima. HEX triplet: 6F, BB and 31. RGB value is (111,187,49). Sum of RGB (Red+Green+Blue) = 111+187+49=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 187 (73.44% from 255 or 53.89% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBB31 is #9044CE. Grayscale: #959595. Windows color (decimal): -9454799 or 3259247. OLE color: 3259247.
HSL color Cylindrical-coordinate representation of color #6FBB31: hue angle of 93.04º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6FBB31 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 187 | 49 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.27 |
| HSL | 93.04º | 0.58% | 0.46% | - |
| HSV(B) | 93.04º | 0.74% | 0.73% | - |
| XYZ | 24.88 | 39.14 | 9.15 | - |
| YUV | 148.54 | 71.82 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 49 | 0.41 | 0 | 0.74 | 0.27 | 93.04 | 0.58 | 0.46 |
| Hex | 6F | BB | 31 | 29 | 0 | 4A | 1B | 5D | 3A | 2E |
| Octal | 157 | 273 | 61 | 51 | 0 | 112 | 33 | 135 | 72 | 56 |
| Binary | 1101111 | 10111011 | 110001 | 101001 | 0 | 1001010 | 11011 | 1011101 | 111010 | 101110 |
Color Harmonies of #6FBB31
Complementary color
Monochromatic Colors of #6FBB31
Black with #6FBB31
Text Example
Text Example
White with #6FBB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBB31; }
p { color: rgb(111,187,49); }
H1.HeaderClassName
{
color: #6FBB31;
}
.AnyTagClassName
{
color: #6FBB31;
}
</style>
background-color css
<style>
a { background-color: #6FBB31; }
a { background-color: rgb(111,187,49); }
div.DivClassName
{
background-color: #6FBB31;
}
.BgClassName
{
background-color: #6FBB31;
}
</style>
border-color css
<style>
span { border-color: #6FBB31; }
span { border-color: rgb(111,187,49); }
td.TdClassName
{
border-color: #6FBB31;
}
.TagClassName
{
border-color: #6FBB31;
}
</style>