Shades of Mantis #6FE13F
Tints of Mantis #6FE13F
RGB
CMYK
RGB Variations
Color information
#6FE13F (or 0x6FE13F) is known color: Mantis. HEX triplet: 6F, E1 and 3F. RGB value is (111,225,63). Sum of RGB (Red+Green+Blue) = 111+225+63=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 225 (88.28% from 255 or 56.39% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FE13F is #901EC0. Grayscale: #ACACAC. Windows color (decimal): -9445057 or 4186479. OLE color: 4186479.
HSL color Cylindrical-coordinate representation of color #6FE13F: hue angle of 102.22º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6FE13F is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 63 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.12 |
| HSL | 102.22º | 0.73% | 0.56% | - |
| HSV(B) | 102.22º | 0.72% | 0.88% | - |
| XYZ | 34.38 | 57.59 | 14.01 | - |
| YUV | 172.45 | 66.23 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 63 | 0.51 | 0 | 0.72 | 0.12 | 102.22 | 0.73 | 0.56 |
| Hex | 6F | E1 | 3F | 33 | 0 | 48 | C | 66 | 49 | 38 |
| Octal | 157 | 341 | 77 | 63 | 0 | 110 | 14 | 146 | 111 | 70 |
| Binary | 1101111 | 11100001 | 111111 | 110011 | 0 | 1001000 | 1100 | 1100110 | 1001001 | 111000 |
Color Harmonies of #6FE13F
Complementary color
Monochromatic Colors of #6FE13F
Black with #6FE13F
Text Example
Text Example
White with #6FE13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE13F; }
p { color: rgb(111,225,63); }
H1.HeaderClassName
{
color: #6FE13F;
}
.AnyTagClassName
{
color: #6FE13F;
}
</style>
background-color css
<style>
a { background-color: #6FE13F; }
a { background-color: rgb(111,225,63); }
div.DivClassName
{
background-color: #6FE13F;
}
.BgClassName
{
background-color: #6FE13F;
}
</style>
border-color css
<style>
span { border-color: #6FE13F; }
span { border-color: rgb(111,225,63); }
td.TdClassName
{
border-color: #6FE13F;
}
.TagClassName
{
border-color: #6FE13F;
}
</style>