Shades of Lima #6FD529
Tints of Lima #6FD529
RGB
CMYK
RGB Variations
Color information
#6FD529 (or 0x6FD529) is known color: Lima. HEX triplet: 6F, D5 and 29. RGB value is (111,213,41). Sum of RGB (Red+Green+Blue) = 111+213+41=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD529 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD529 is #902AD6. Grayscale: #A3A3A3. Windows color (decimal): -9448151 or 2741615. OLE color: 2741615.
HSL color Cylindrical-coordinate representation of color #6FD529: hue angle of 95.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6FD529 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 41 | - |
| CMYK | 0.48 | 0 | 0.81 | 0.16 |
| HSL | 95.58º | 0.68% | 0.5% | - |
| HSV(B) | 95.58º | 0.81% | 0.84% | - |
| XYZ | 30.75 | 51.13 | 10.35 | - |
| YUV | 162.89 | 59.21 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 41 | 0.48 | 0 | 0.81 | 0.16 | 95.58 | 0.68 | 0.5 |
| Hex | 6F | D5 | 29 | 30 | 0 | 51 | 10 | 60 | 44 | 32 |
| Octal | 157 | 325 | 51 | 60 | 0 | 121 | 20 | 140 | 104 | 62 |
| Binary | 1101111 | 11010101 | 101001 | 110000 | 0 | 1010001 | 10000 | 1100000 | 1000100 | 110010 |
Color Harmonies of #6FD529
Complementary color
Monochromatic Colors of #6FD529
Black with #6FD529
Text Example
Text Example
White with #6FD529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD529; }
p { color: rgb(111,213,41); }
H1.HeaderClassName
{
color: #6FD529;
}
.AnyTagClassName
{
color: #6FD529;
}
</style>
background-color css
<style>
a { background-color: #6FD529; }
a { background-color: rgb(111,213,41); }
div.DivClassName
{
background-color: #6FD529;
}
.BgClassName
{
background-color: #6FD529;
}
</style>
border-color css
<style>
span { border-color: #6FD529; }
span { border-color: rgb(111,213,41); }
td.TdClassName
{
border-color: #6FD529;
}
.TagClassName
{
border-color: #6FD529;
}
</style>