Shades of Mantis #7FDB5C
Tints of Mantis #7FDB5C
RGB
CMYK
RGB Variations
Color information
#7FDB5C (or 0x7FDB5C) is known color: Mantis. HEX triplet: 7F, DB and 5C. RGB value is (127,219,92). Sum of RGB (Red+Green+Blue) = 127+219+92=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDB5C is #8024A3. Grayscale: #B1B1B1. Windows color (decimal): -8397988 or 6085503. OLE color: 6085503.
HSL color Cylindrical-coordinate representation of color #7FDB5C: hue angle of 103.46º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FDB5C is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 92 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.14 |
| HSL | 103.46º | 0.64% | 0.61% | - |
| HSV(B) | 103.46º | 0.58% | 0.86% | - |
| XYZ | 36.02 | 55.95 | 19.03 | - |
| YUV | 177.01 | 80.02 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 92 | 0.42 | 0 | 0.58 | 0.14 | 103.46 | 0.64 | 0.61 |
| Hex | 7F | DB | 5C | 2A | 0 | 3A | E | 67 | 40 | 3D |
| Octal | 177 | 333 | 134 | 52 | 0 | 72 | 16 | 147 | 100 | 75 |
| Binary | 1111111 | 11011011 | 1011100 | 101010 | 0 | 111010 | 1110 | 1100111 | 1000000 | 111101 |
Color Harmonies of #7FDB5C
Complementary color
Monochromatic Colors of #7FDB5C
Black with #7FDB5C
Text Example
Text Example
White with #7FDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDB5C; }
p { color: rgb(127,219,92); }
H1.HeaderClassName
{
color: #7FDB5C;
}
.AnyTagClassName
{
color: #7FDB5C;
}
</style>
background-color css
<style>
a { background-color: #7FDB5C; }
a { background-color: rgb(127,219,92); }
div.DivClassName
{
background-color: #7FDB5C;
}
.BgClassName
{
background-color: #7FDB5C;
}
</style>
border-color css
<style>
span { border-color: #7FDB5C; }
span { border-color: rgb(127,219,92); }
td.TdClassName
{
border-color: #7FDB5C;
}
.TagClassName
{
border-color: #7FDB5C;
}
</style>