Shades of Mantis #6FDA58
Tints of Mantis #6FDA58
RGB
CMYK
RGB Variations
Color information
#6FDA58 (or 0x6FDA58) is known color: Mantis. HEX triplet: 6F, DA and 58. RGB value is (111,218,88). Sum of RGB (Red+Green+Blue) = 111+218+88=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDA58 is #9025A7. Grayscale: #ABABAB. Windows color (decimal): -9446824 or 5823087. OLE color: 5823087.
HSL color Cylindrical-coordinate representation of color #6FDA58: hue angle of 109.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FDA58 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 88 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.15 |
| HSL | 109.38º | 0.64% | 0.6% | - |
| HSV(B) | 109.38º | 0.6% | 0.85% | - |
| XYZ | 33.39 | 54.23 | 17.94 | - |
| YUV | 171.19 | 81.05 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 88 | 0.49 | 0 | 0.60 | 0.15 | 109.38 | 0.64 | 0.6 |
| Hex | 6F | DA | 58 | 31 | 0 | 3C | F | 6D | 40 | 3C |
| Octal | 157 | 332 | 130 | 61 | 0 | 74 | 17 | 155 | 100 | 74 |
| Binary | 1101111 | 11011010 | 1011000 | 110001 | 0 | 111100 | 1111 | 1101101 | 1000000 | 111100 |
Color Harmonies of #6FDA58
Complementary color
Monochromatic Colors of #6FDA58
Black with #6FDA58
Text Example
Text Example
White with #6FDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA58; }
p { color: rgb(111,218,88); }
H1.HeaderClassName
{
color: #6FDA58;
}
.AnyTagClassName
{
color: #6FDA58;
}
</style>
background-color css
<style>
a { background-color: #6FDA58; }
a { background-color: rgb(111,218,88); }
div.DivClassName
{
background-color: #6FDA58;
}
.BgClassName
{
background-color: #6FDA58;
}
</style>
border-color css
<style>
span { border-color: #6FDA58; }
span { border-color: rgb(111,218,88); }
td.TdClassName
{
border-color: #6FDA58;
}
.TagClassName
{
border-color: #6FDA58;
}
</style>