Shades of Lima #6FD127
Tints of Lima #6FD127
RGB
CMYK
RGB Variations
Color information
#6FD127 (or 0x6FD127) is known color: Lima. HEX triplet: 6F, D1 and 27. RGB value is (111,209,39). Sum of RGB (Red+Green+Blue) = 111+209+39=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD127 is #902ED8. Grayscale: #A0A0A0. Windows color (decimal): -9449177 or 2609519. OLE color: 2609519.
HSL color Cylindrical-coordinate representation of color #6FD127: hue angle of 94.59º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6FD127 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 209 | 39 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.18 |
| HSL | 94.59º | 0.69% | 0.49% | - |
| HSV(B) | 94.59º | 0.81% | 0.82% | - |
| XYZ | 29.72 | 49.13 | 9.84 | - |
| YUV | 160.32 | 59.53 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 39 | 0.47 | 0 | 0.81 | 0.18 | 94.59 | 0.69 | 0.49 |
| Hex | 6F | D1 | 27 | 2F | 0 | 51 | 12 | 5F | 45 | 31 |
| Octal | 157 | 321 | 47 | 57 | 0 | 121 | 22 | 137 | 105 | 61 |
| Binary | 1101111 | 11010001 | 100111 | 101111 | 0 | 1010001 | 10010 | 1011111 | 1000101 | 110001 |
Color Harmonies of #6FD127
Complementary color
Monochromatic Colors of #6FD127
Black with #6FD127
Text Example
Text Example
White with #6FD127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD127; }
p { color: rgb(111,209,39); }
H1.HeaderClassName
{
color: #6FD127;
}
.AnyTagClassName
{
color: #6FD127;
}
</style>
background-color css
<style>
a { background-color: #6FD127; }
a { background-color: rgb(111,209,39); }
div.DivClassName
{
background-color: #6FD127;
}
.BgClassName
{
background-color: #6FD127;
}
</style>
border-color css
<style>
span { border-color: #6FD127; }
span { border-color: rgb(111,209,39); }
td.TdClassName
{
border-color: #6FD127;
}
.TagClassName
{
border-color: #6FD127;
}
</style>