Shades of Mantis #6BDA4F
Tints of Mantis #6BDA4F
RGB
CMYK
RGB Variations
Color information
#6BDA4F (or 0x6BDA4F) is known color: Mantis. HEX triplet: 6B, DA and 4F. RGB value is (107,218,79). Sum of RGB (Red+Green+Blue) = 107+218+79=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDA4F is #9425B0. Grayscale: #A9A9A9. Windows color (decimal): -9708977 or 5233259. OLE color: 5233259.
HSL color Cylindrical-coordinate representation of color #6BDA4F: hue angle of 107.91º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6BDA4F is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 79 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.15 |
| HSL | 107.91º | 0.65% | 0.58% | - |
| HSV(B) | 107.91º | 0.64% | 0.85% | - |
| XYZ | 32.55 | 53.83 | 16.07 | - |
| YUV | 168.97 | 77.23 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 79 | 0.51 | 0 | 0.64 | 0.15 | 107.91 | 0.65 | 0.58 |
| Hex | 6B | DA | 4F | 33 | 0 | 40 | F | 6C | 41 | 3A |
| Octal | 153 | 332 | 117 | 63 | 0 | 100 | 17 | 154 | 101 | 72 |
| Binary | 1101011 | 11011010 | 1001111 | 110011 | 0 | 1000000 | 1111 | 1101100 | 1000001 | 111010 |
Color Harmonies of #6BDA4F
Complementary color
Monochromatic Colors of #6BDA4F
Black with #6BDA4F
Text Example
Text Example
White with #6BDA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA4F; }
p { color: rgb(107,218,79); }
H1.HeaderClassName
{
color: #6BDA4F;
}
.AnyTagClassName
{
color: #6BDA4F;
}
</style>
background-color css
<style>
a { background-color: #6BDA4F; }
a { background-color: rgb(107,218,79); }
div.DivClassName
{
background-color: #6BDA4F;
}
.BgClassName
{
background-color: #6BDA4F;
}
</style>
border-color css
<style>
span { border-color: #6BDA4F; }
span { border-color: rgb(107,218,79); }
td.TdClassName
{
border-color: #6BDA4F;
}
.TagClassName
{
border-color: #6BDA4F;
}
</style>