Shades of Mantis #6FE152
Tints of Mantis #6FE152
RGB
CMYK
RGB Variations
Color information
#6FE152 (or 0x6FE152) is known color: Mantis. HEX triplet: 6F, E1 and 52. RGB value is (111,225,82). Sum of RGB (Red+Green+Blue) = 111+225+82=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE152 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FE152 is #901EAD. Grayscale: #AFAFAF. Windows color (decimal): -9445038 or 5431663. OLE color: 5431663.
HSL color Cylindrical-coordinate representation of color #6FE152: hue angle of 107.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6FE152 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 82 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.12 |
| HSL | 107.83º | 0.7% | 0.6% | - |
| HSV(B) | 107.83º | 0.64% | 0.88% | - |
| XYZ | 35 | 57.84 | 17.3 | - |
| YUV | 174.61 | 75.73 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 82 | 0.51 | 0 | 0.64 | 0.12 | 107.83 | 0.7 | 0.6 |
| Hex | 6F | E1 | 52 | 33 | 0 | 40 | C | 6C | 46 | 3C |
| Octal | 157 | 341 | 122 | 63 | 0 | 100 | 14 | 154 | 106 | 74 |
| Binary | 1101111 | 11100001 | 1010010 | 110011 | 0 | 1000000 | 1100 | 1101100 | 1000110 | 111100 |
Color Harmonies of #6FE152
Complementary color
Monochromatic Colors of #6FE152
Black with #6FE152
Text Example
Text Example
White with #6FE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE152; }
p { color: rgb(111,225,82); }
H1.HeaderClassName
{
color: #6FE152;
}
.AnyTagClassName
{
color: #6FE152;
}
</style>
background-color css
<style>
a { background-color: #6FE152; }
a { background-color: rgb(111,225,82); }
div.DivClassName
{
background-color: #6FE152;
}
.BgClassName
{
background-color: #6FE152;
}
</style>
border-color css
<style>
span { border-color: #6FE152; }
span { border-color: rgb(111,225,82); }
td.TdClassName
{
border-color: #6FE152;
}
.TagClassName
{
border-color: #6FE152;
}
</style>