Shades of Lima #6FC529
Tints of Lima #6FC529
RGB
CMYK
RGB Variations
Color information
#6FC529 (or 0x6FC529) is known color: Lima. HEX triplet: 6F, C5 and 29. RGB value is (111,197,41). Sum of RGB (Red+Green+Blue) = 111+197+41=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 197 (77.34% from 255 or 56.45% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 197 - color contains mainly: green. Hex color #6FC529 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC529 is #903AD6. Grayscale: #9A9A9A. Windows color (decimal): -9452247 or 2737519. OLE color: 2737519.
HSL color Cylindrical-coordinate representation of color #6FC529: hue angle of 93.08º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6FC529 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 197 | 41 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.23 |
| HSL | 93.08º | 0.66% | 0.47% | - |
| HSV(B) | 93.08º | 0.79% | 0.77% | - |
| XYZ | 26.92 | 43.47 | 9.07 | - |
| YUV | 153.5 | 64.51 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 197 | 41 | 0.44 | 0 | 0.79 | 0.23 | 93.08 | 0.66 | 0.47 |
| Hex | 6F | C5 | 29 | 2C | 0 | 4F | 17 | 5D | 42 | 2F |
| Octal | 157 | 305 | 51 | 54 | 0 | 117 | 27 | 135 | 102 | 57 |
| Binary | 1101111 | 11000101 | 101001 | 101100 | 0 | 1001111 | 10111 | 1011101 | 1000010 | 101111 |
Color Harmonies of #6FC529
Complementary color
Monochromatic Colors of #6FC529
Black with #6FC529
Text Example
Text Example
White with #6FC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC529; }
p { color: rgb(111,197,41); }
H1.HeaderClassName
{
color: #6FC529;
}
.AnyTagClassName
{
color: #6FC529;
}
</style>
background-color css
<style>
a { background-color: #6FC529; }
a { background-color: rgb(111,197,41); }
div.DivClassName
{
background-color: #6FC529;
}
.BgClassName
{
background-color: #6FC529;
}
</style>
border-color css
<style>
span { border-color: #6FC529; }
span { border-color: rgb(111,197,41); }
td.TdClassName
{
border-color: #6FC529;
}
.TagClassName
{
border-color: #6FC529;
}
</style>