Shades of Mantis #6CE14F
Tints of Mantis #6CE14F
RGB
CMYK
RGB Variations
Color information
#6CE14F (or 0x6CE14F) is known color: Mantis. HEX triplet: 6C, E1 and 4F. RGB value is (108,225,79). Sum of RGB (Red+Green+Blue) = 108+225+79=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 225 (88.28% from 255 or 54.61% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CE14F is #931EB0. Grayscale: #ADADAD. Windows color (decimal): -9641649 or 5235052. OLE color: 5235052.
HSL color Cylindrical-coordinate representation of color #6CE14F: hue angle of 108.08º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CE14F is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 225 | 79 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.12 |
| HSL | 108.08º | 0.71% | 0.6% | - |
| HSV(B) | 108.08º | 0.65% | 0.88% | - |
| XYZ | 34.52 | 57.6 | 16.7 | - |
| YUV | 173.37 | 74.74 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 225 | 79 | 0.52 | 0 | 0.65 | 0.12 | 108.08 | 0.71 | 0.6 |
| Hex | 6C | E1 | 4F | 34 | 0 | 41 | C | 6C | 47 | 3C |
| Octal | 154 | 341 | 117 | 64 | 0 | 101 | 14 | 154 | 107 | 74 |
| Binary | 1101100 | 11100001 | 1001111 | 110100 | 0 | 1000001 | 1100 | 1101100 | 1000111 | 111100 |
Color Harmonies of #6CE14F
Complementary color
Monochromatic Colors of #6CE14F
Black with #6CE14F
Text Example
Text Example
White with #6CE14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE14F; }
p { color: rgb(108,225,79); }
H1.HeaderClassName
{
color: #6CE14F;
}
.AnyTagClassName
{
color: #6CE14F;
}
</style>
background-color css
<style>
a { background-color: #6CE14F; }
a { background-color: rgb(108,225,79); }
div.DivClassName
{
background-color: #6CE14F;
}
.BgClassName
{
background-color: #6CE14F;
}
</style>
border-color css
<style>
span { border-color: #6CE14F; }
span { border-color: rgb(108,225,79); }
td.TdClassName
{
border-color: #6CE14F;
}
.TagClassName
{
border-color: #6CE14F;
}
</style>