Shades of Mantis #6FE248
Tints of Mantis #6FE248
RGB
CMYK
RGB Variations
Color information
#6FE248 (or 0x6FE248) is known color: Mantis. HEX triplet: 6F, E2 and 48. RGB value is (111,226,72). Sum of RGB (Red+Green+Blue) = 111+226+72=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 226 (88.67% from 255 or 55.26% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 226 - color contains mainly: green. Hex color #6FE248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FE248 is #901DB7. Grayscale: #AEAEAE. Windows color (decimal): -9444792 or 4776559. OLE color: 4776559.
HSL color Cylindrical-coordinate representation of color #6FE248: hue angle of 104.81º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6FE248 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 226 | 72 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.11 |
| HSL | 104.81º | 0.73% | 0.58% | - |
| HSV(B) | 104.81º | 0.68% | 0.89% | - |
| XYZ | 34.92 | 58.24 | 15.53 | - |
| YUV | 174.06 | 70.4 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 226 | 72 | 0.51 | 0 | 0.68 | 0.11 | 104.81 | 0.73 | 0.58 |
| Hex | 6F | E2 | 48 | 33 | 0 | 44 | B | 69 | 49 | 3A |
| Octal | 157 | 342 | 110 | 63 | 0 | 104 | 13 | 151 | 111 | 72 |
| Binary | 1101111 | 11100010 | 1001000 | 110011 | 0 | 1000100 | 1011 | 1101001 | 1001001 | 111010 |
Color Harmonies of #6FE248
Complementary color
Monochromatic Colors of #6FE248
Black with #6FE248
Text Example
Text Example
White with #6FE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE248; }
p { color: rgb(111,226,72); }
H1.HeaderClassName
{
color: #6FE248;
}
.AnyTagClassName
{
color: #6FE248;
}
</style>
background-color css
<style>
a { background-color: #6FE248; }
a { background-color: rgb(111,226,72); }
div.DivClassName
{
background-color: #6FE248;
}
.BgClassName
{
background-color: #6FE248;
}
</style>
border-color css
<style>
span { border-color: #6FE248; }
span { border-color: rgb(111,226,72); }
td.TdClassName
{
border-color: #6FE248;
}
.TagClassName
{
border-color: #6FE248;
}
</style>