Shades of Mantis #6ADB4B
Tints of Mantis #6ADB4B
RGB
CMYK
RGB Variations
Color information
#6ADB4B (or 0x6ADB4B) is known color: Mantis. HEX triplet: 6A, DB and 4B. RGB value is (106,219,75). Sum of RGB (Red+Green+Blue) = 106+219+75=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADB4B is #9524B4. Grayscale: #A9A9A9. Windows color (decimal): -9774261 or 4971370. OLE color: 4971370.
HSL color Cylindrical-coordinate representation of color #6ADB4B: hue angle of 107.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6ADB4B is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 75 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.14 |
| HSL | 107.08º | 0.67% | 0.58% | - |
| HSV(B) | 107.08º | 0.66% | 0.86% | - |
| XYZ | 32.55 | 54.24 | 15.41 | - |
| YUV | 168.8 | 75.06 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 75 | 0.52 | 0 | 0.66 | 0.14 | 107.08 | 0.67 | 0.58 |
| Hex | 6A | DB | 4B | 34 | 0 | 42 | E | 6B | 43 | 3A |
| Octal | 152 | 333 | 113 | 64 | 0 | 102 | 16 | 153 | 103 | 72 |
| Binary | 1101010 | 11011011 | 1001011 | 110100 | 0 | 1000010 | 1110 | 1101011 | 1000011 | 111010 |
Color Harmonies of #6ADB4B
Complementary color
Monochromatic Colors of #6ADB4B
Black with #6ADB4B
Text Example
Text Example
White with #6ADB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADB4B; }
p { color: rgb(106,219,75); }
H1.HeaderClassName
{
color: #6ADB4B;
}
.AnyTagClassName
{
color: #6ADB4B;
}
</style>
background-color css
<style>
a { background-color: #6ADB4B; }
a { background-color: rgb(106,219,75); }
div.DivClassName
{
background-color: #6ADB4B;
}
.BgClassName
{
background-color: #6ADB4B;
}
</style>
border-color css
<style>
span { border-color: #6ADB4B; }
span { border-color: rgb(106,219,75); }
td.TdClassName
{
border-color: #6ADB4B;
}
.TagClassName
{
border-color: #6ADB4B;
}
</style>