Shades of Lima #6FC628
Tints of Lima #6FC628
RGB
CMYK
RGB Variations
Color information
#6FC628 (or 0x6FC628) is known color: Lima. HEX triplet: 6F, C6 and 28. RGB value is (111,198,40). Sum of RGB (Red+Green+Blue) = 111+198+40=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 198 (77.73% from 255 or 56.73% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 198 - color contains mainly: green. Hex color #6FC628 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC628 is #9039D7. Grayscale: #9A9A9A. Windows color (decimal): -9451992 or 2672239. OLE color: 2672239.
HSL color Cylindrical-coordinate representation of color #6FC628: hue angle of 93.04º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FC628 is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 198 | 40 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.22 |
| HSL | 93.04º | 0.66% | 0.47% | - |
| HSV(B) | 93.04º | 0.8% | 0.78% | - |
| XYZ | 27.13 | 43.92 | 9.06 | - |
| YUV | 153.98 | 63.68 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 198 | 40 | 0.44 | 0 | 0.80 | 0.22 | 93.04 | 0.66 | 0.47 |
| Hex | 6F | C6 | 28 | 2C | 0 | 50 | 16 | 5D | 42 | 2F |
| Octal | 157 | 306 | 50 | 54 | 0 | 120 | 26 | 135 | 102 | 57 |
| Binary | 1101111 | 11000110 | 101000 | 101100 | 0 | 1010000 | 10110 | 1011101 | 1000010 | 101111 |
Color Harmonies of #6FC628
Complementary color
Monochromatic Colors of #6FC628
Black with #6FC628
Text Example
Text Example
White with #6FC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC628; }
p { color: rgb(111,198,40); }
H1.HeaderClassName
{
color: #6FC628;
}
.AnyTagClassName
{
color: #6FC628;
}
</style>
background-color css
<style>
a { background-color: #6FC628; }
a { background-color: rgb(111,198,40); }
div.DivClassName
{
background-color: #6FC628;
}
.BgClassName
{
background-color: #6FC628;
}
</style>
border-color css
<style>
span { border-color: #6FC628; }
span { border-color: rgb(111,198,40); }
td.TdClassName
{
border-color: #6FC628;
}
.TagClassName
{
border-color: #6FC628;
}
</style>