Shades of Mantis #6FDF55
Tints of Mantis #6FDF55
RGB
CMYK
RGB Variations
Color information
#6FDF55 (or 0x6FDF55) is known color: Mantis. HEX triplet: 6F, DF and 55. RGB value is (111,223,85). Sum of RGB (Red+Green+Blue) = 111+223+85=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDF55 is #9020AA. Grayscale: #AEAEAE. Windows color (decimal): -9445547 or 5627759. OLE color: 5627759.
HSL color Cylindrical-coordinate representation of color #6FDF55: hue angle of 108.7º degrees, saturation: 0.68, 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 #6FDF55 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 85 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.13 |
| HSL | 108.7º | 0.68% | 0.6% | - |
| HSV(B) | 108.7º | 0.62% | 0.87% | - |
| XYZ | 34.58 | 56.81 | 17.74 | - |
| YUV | 173.78 | 77.89 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 85 | 0.50 | 0 | 0.62 | 0.13 | 108.7 | 0.68 | 0.6 |
| Hex | 6F | DF | 55 | 32 | 0 | 3E | D | 6D | 44 | 3C |
| Octal | 157 | 337 | 125 | 62 | 0 | 76 | 15 | 155 | 104 | 74 |
| Binary | 1101111 | 11011111 | 1010101 | 110010 | 0 | 111110 | 1101 | 1101101 | 1000100 | 111100 |
Color Harmonies of #6FDF55
Complementary color
Monochromatic Colors of #6FDF55
Black with #6FDF55
Text Example
Text Example
White with #6FDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDF55; }
p { color: rgb(111,223,85); }
H1.HeaderClassName
{
color: #6FDF55;
}
.AnyTagClassName
{
color: #6FDF55;
}
</style>
background-color css
<style>
a { background-color: #6FDF55; }
a { background-color: rgb(111,223,85); }
div.DivClassName
{
background-color: #6FDF55;
}
.BgClassName
{
background-color: #6FDF55;
}
</style>
border-color css
<style>
span { border-color: #6FDF55; }
span { border-color: rgb(111,223,85); }
td.TdClassName
{
border-color: #6FDF55;
}
.TagClassName
{
border-color: #6FDF55;
}
</style>