Shades of Mantis #7FDB43
Tints of Mantis #7FDB43
RGB
CMYK
RGB Variations
Color information
#7FDB43 (or 0x7FDB43) is known color: Mantis. HEX triplet: 7F, DB and 43. RGB value is (127,219,67). Sum of RGB (Red+Green+Blue) = 127+219+67=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDB43 is #8024BC. Grayscale: #AEAEAE. Windows color (decimal): -8398013 or 4447103. OLE color: 4447103.
HSL color Cylindrical-coordinate representation of color #7FDB43: hue angle of 96.32º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FDB43 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 67 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.14 |
| HSL | 96.32º | 0.68% | 0.56% | - |
| HSV(B) | 96.32º | 0.69% | 0.86% | - |
| XYZ | 35.1 | 55.58 | 14.19 | - |
| YUV | 174.16 | 67.52 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 67 | 0.42 | 0 | 0.69 | 0.14 | 96.32 | 0.68 | 0.56 |
| Hex | 7F | DB | 43 | 2A | 0 | 45 | E | 60 | 44 | 38 |
| Octal | 177 | 333 | 103 | 52 | 0 | 105 | 16 | 140 | 104 | 70 |
| Binary | 1111111 | 11011011 | 1000011 | 101010 | 0 | 1000101 | 1110 | 1100000 | 1000100 | 111000 |
Color Harmonies of #7FDB43
Complementary color
Monochromatic Colors of #7FDB43
Black with #7FDB43
Text Example
Text Example
White with #7FDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDB43; }
p { color: rgb(127,219,67); }
H1.HeaderClassName
{
color: #7FDB43;
}
.AnyTagClassName
{
color: #7FDB43;
}
</style>
background-color css
<style>
a { background-color: #7FDB43; }
a { background-color: rgb(127,219,67); }
div.DivClassName
{
background-color: #7FDB43;
}
.BgClassName
{
background-color: #7FDB43;
}
</style>
border-color css
<style>
span { border-color: #7FDB43; }
span { border-color: rgb(127,219,67); }
td.TdClassName
{
border-color: #7FDB43;
}
.TagClassName
{
border-color: #7FDB43;
}
</style>