Shades of Mantis #6BDA4D
Tints of Mantis #6BDA4D
RGB
CMYK
RGB Variations
Color information
#6BDA4D (or 0x6BDA4D) is known color: Mantis. HEX triplet: 6B, DA and 4D. RGB value is (107,218,77). Sum of RGB (Red+Green+Blue) = 107+218+77=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDA4D is #9425B2. Grayscale: #A9A9A9. Windows color (decimal): -9708979 or 5102187. OLE color: 5102187.
HSL color Cylindrical-coordinate representation of color #6BDA4D: hue angle of 107.23º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6BDA4D is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 77 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.15 |
| HSL | 107.23º | 0.66% | 0.58% | - |
| HSV(B) | 107.23º | 0.65% | 0.85% | - |
| XYZ | 32.47 | 53.8 | 15.69 | - |
| YUV | 168.74 | 76.23 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 77 | 0.51 | 0 | 0.65 | 0.15 | 107.23 | 0.66 | 0.58 |
| Hex | 6B | DA | 4D | 33 | 0 | 41 | F | 6B | 42 | 3A |
| Octal | 153 | 332 | 115 | 63 | 0 | 101 | 17 | 153 | 102 | 72 |
| Binary | 1101011 | 11011010 | 1001101 | 110011 | 0 | 1000001 | 1111 | 1101011 | 1000010 | 111010 |
Color Harmonies of #6BDA4D
Complementary color
Monochromatic Colors of #6BDA4D
Black with #6BDA4D
Text Example
Text Example
White with #6BDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA4D; }
p { color: rgb(107,218,77); }
H1.HeaderClassName
{
color: #6BDA4D;
}
.AnyTagClassName
{
color: #6BDA4D;
}
</style>
background-color css
<style>
a { background-color: #6BDA4D; }
a { background-color: rgb(107,218,77); }
div.DivClassName
{
background-color: #6BDA4D;
}
.BgClassName
{
background-color: #6BDA4D;
}
</style>
border-color css
<style>
span { border-color: #6BDA4D; }
span { border-color: rgb(107,218,77); }
td.TdClassName
{
border-color: #6BDA4D;
}
.TagClassName
{
border-color: #6BDA4D;
}
</style>