Shades of Mantis #6BDA4B
Tints of Mantis #6BDA4B
RGB
CMYK
RGB Variations
Color information
#6BDA4B (or 0x6BDA4B) is known color: Mantis. HEX triplet: 6B, DA and 4B. RGB value is (107,218,75). Sum of RGB (Red+Green+Blue) = 107+218+75=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDA4B is #9425B4. Grayscale: #A8A8A8. Windows color (decimal): -9708981 or 4971115. OLE color: 4971115.
HSL color Cylindrical-coordinate representation of color #6BDA4B: hue angle of 106.57º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6BDA4B is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 75 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.15 |
| HSL | 106.57º | 0.66% | 0.57% | - |
| HSV(B) | 106.57º | 0.66% | 0.85% | - |
| XYZ | 32.4 | 53.78 | 15.33 | - |
| YUV | 168.51 | 75.23 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 75 | 0.51 | 0 | 0.66 | 0.15 | 106.57 | 0.66 | 0.57 |
| Hex | 6B | DA | 4B | 33 | 0 | 42 | F | 6B | 42 | 39 |
| Octal | 153 | 332 | 113 | 63 | 0 | 102 | 17 | 153 | 102 | 71 |
| Binary | 1101011 | 11011010 | 1001011 | 110011 | 0 | 1000010 | 1111 | 1101011 | 1000010 | 111001 |
Color Harmonies of #6BDA4B
Complementary color
Monochromatic Colors of #6BDA4B
Black with #6BDA4B
Text Example
Text Example
White with #6BDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA4B; }
p { color: rgb(107,218,75); }
H1.HeaderClassName
{
color: #6BDA4B;
}
.AnyTagClassName
{
color: #6BDA4B;
}
</style>
background-color css
<style>
a { background-color: #6BDA4B; }
a { background-color: rgb(107,218,75); }
div.DivClassName
{
background-color: #6BDA4B;
}
.BgClassName
{
background-color: #6BDA4B;
}
</style>
border-color css
<style>
span { border-color: #6BDA4B; }
span { border-color: rgb(107,218,75); }
td.TdClassName
{
border-color: #6BDA4B;
}
.TagClassName
{
border-color: #6BDA4B;
}
</style>