Shades of Mantis #6BD05E
Tints of Mantis #6BD05E
RGB
CMYK
RGB Variations
Color information
#6BD05E (or 0x6BD05E) is known color: Mantis. HEX triplet: 6B, D0 and 5E. RGB value is (107,208,94). Sum of RGB (Red+Green+Blue) = 107+208+94=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD05E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD05E is #942FA1. Grayscale: #A5A5A5. Windows color (decimal): -9711522 or 6213739. OLE color: 6213739.
HSL color Cylindrical-coordinate representation of color #6BD05E: hue angle of 113.16º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BD05E is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 208 | 94 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.18 |
| HSL | 113.16º | 0.55% | 0.59% | - |
| HSV(B) | 113.16º | 0.55% | 0.82% | - |
| XYZ | 30.64 | 49.05 | 18.44 | - |
| YUV | 164.81 | 88.04 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 208 | 94 | 0.49 | 0 | 0.55 | 0.18 | 113.16 | 0.55 | 0.59 |
| Hex | 6B | D0 | 5E | 31 | 0 | 37 | 12 | 71 | 37 | 3B |
| Octal | 153 | 320 | 136 | 61 | 0 | 67 | 22 | 161 | 67 | 73 |
| Binary | 1101011 | 11010000 | 1011110 | 110001 | 0 | 110111 | 10010 | 1110001 | 110111 | 111011 |
Color Harmonies of #6BD05E
Complementary color
Monochromatic Colors of #6BD05E
Black with #6BD05E
Text Example
Text Example
White with #6BD05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD05E; }
p { color: rgb(107,208,94); }
H1.HeaderClassName
{
color: #6BD05E;
}
.AnyTagClassName
{
color: #6BD05E;
}
</style>
background-color css
<style>
a { background-color: #6BD05E; }
a { background-color: rgb(107,208,94); }
div.DivClassName
{
background-color: #6BD05E;
}
.BgClassName
{
background-color: #6BD05E;
}
</style>
border-color css
<style>
span { border-color: #6BD05E; }
span { border-color: rgb(107,208,94); }
td.TdClassName
{
border-color: #6BD05E;
}
.TagClassName
{
border-color: #6BD05E;
}
</style>