Shades of Mantis #6FDE55
Tints of Mantis #6FDE55
RGB
CMYK
RGB Variations
Color information
#6FDE55 (or 0x6FDE55) is known color: Mantis. HEX triplet: 6F, DE and 55. RGB value is (111,222,85). Sum of RGB (Red+Green+Blue) = 111+222+85=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDE55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDE55 is #9021AA. Grayscale: #ADADAD. Windows color (decimal): -9445803 or 5627503. OLE color: 5627503.
HSL color Cylindrical-coordinate representation of color #6FDE55: hue angle of 108.61º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6FDE55 is Cyan = 0.5, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 222 | 85 | - |
| CMYK | 0.5 | 0 | 0.62 | 0.13 |
| HSL | 108.61º | 0.67% | 0.6% | - |
| HSV(B) | 108.61º | 0.62% | 0.87% | - |
| XYZ | 34.32 | 56.28 | 17.65 | - |
| YUV | 173.19 | 78.23 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 85 | 0.5 | 0 | 0.62 | 0.13 | 108.61 | 0.67 | 0.6 |
| Hex | 6F | DE | 55 | 32 | 0 | 3E | D | 6D | 43 | 3C |
| Octal | 157 | 336 | 125 | 62 | 0 | 76 | 15 | 155 | 103 | 74 |
| Binary | 1101111 | 11011110 | 1010101 | 110010 | 0 | 111110 | 1101 | 1101101 | 1000011 | 111100 |
Color Harmonies of #6FDE55
Complementary color
Monochromatic Colors of #6FDE55
Black with #6FDE55
Text Example
Text Example
White with #6FDE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDE55; }
p { color: rgb(111,222,85); }
H1.HeaderClassName
{
color: #6FDE55;
}
.AnyTagClassName
{
color: #6FDE55;
}
</style>
background-color css
<style>
a { background-color: #6FDE55; }
a { background-color: rgb(111,222,85); }
div.DivClassName
{
background-color: #6FDE55;
}
.BgClassName
{
background-color: #6FDE55;
}
</style>
border-color css
<style>
span { border-color: #6FDE55; }
span { border-color: rgb(111,222,85); }
td.TdClassName
{
border-color: #6FDE55;
}
.TagClassName
{
border-color: #6FDE55;
}
</style>