Shades of Mantis #6BD658
Tints of Mantis #6BD658
RGB
CMYK
RGB Variations
Color information
#6BD658 (or 0x6BD658) is known color: Mantis. HEX triplet: 6B, D6 and 58. RGB value is (107,214,88). Sum of RGB (Red+Green+Blue) = 107+214+88=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD658 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD658 is #9429A7. Grayscale: #A8A8A8. Windows color (decimal): -9709992 or 5822059. OLE color: 5822059.
HSL color Cylindrical-coordinate representation of color #6BD658: hue angle of 110.95º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6BD658 is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 214 | 88 | - |
| CMYK | 0.50 | 0 | 0.59 | 0.16 |
| HSL | 110.95º | 0.61% | 0.59% | - |
| HSV(B) | 110.95º | 0.59% | 0.84% | - |
| XYZ | 31.87 | 51.92 | 17.57 | - |
| YUV | 167.64 | 83.05 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 214 | 88 | 0.50 | 0 | 0.59 | 0.16 | 110.95 | 0.61 | 0.59 |
| Hex | 6B | D6 | 58 | 32 | 0 | 3B | 10 | 6F | 3D | 3B |
| Octal | 153 | 326 | 130 | 62 | 0 | 73 | 20 | 157 | 75 | 73 |
| Binary | 1101011 | 11010110 | 1011000 | 110010 | 0 | 111011 | 10000 | 1101111 | 111101 | 111011 |
Color Harmonies of #6BD658
Complementary color
Monochromatic Colors of #6BD658
Black with #6BD658
Text Example
Text Example
White with #6BD658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD658; }
p { color: rgb(107,214,88); }
H1.HeaderClassName
{
color: #6BD658;
}
.AnyTagClassName
{
color: #6BD658;
}
</style>
background-color css
<style>
a { background-color: #6BD658; }
a { background-color: rgb(107,214,88); }
div.DivClassName
{
background-color: #6BD658;
}
.BgClassName
{
background-color: #6BD658;
}
</style>
border-color css
<style>
span { border-color: #6BD658; }
span { border-color: rgb(107,214,88); }
td.TdClassName
{
border-color: #6BD658;
}
.TagClassName
{
border-color: #6BD658;
}
</style>