Shades of Mantis #7FCC53
Tints of Mantis #7FCC53
RGB
CMYK
RGB Variations
Color information
#7FCC53 (or 0x7FCC53) is known color: Mantis. HEX triplet: 7F, CC and 53. RGB value is (127,204,83). Sum of RGB (Red+Green+Blue) = 127+204+83=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCC53 is #8033AC. Grayscale: #A7A7A7. Windows color (decimal): -8401837 or 5491839. OLE color: 5491839.
HSL color Cylindrical-coordinate representation of color #7FCC53: hue angle of 98.18º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7FCC53 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 83 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.2 |
| HSL | 98.18º | 0.54% | 0.56% | - |
| HSV(B) | 98.18º | 0.59% | 0.8% | - |
| XYZ | 31.91 | 48.32 | 15.83 | - |
| YUV | 167.18 | 80.49 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 83 | 0.38 | 0 | 0.59 | 0.2 | 98.18 | 0.54 | 0.56 |
| Hex | 7F | CC | 53 | 26 | 0 | 3B | 14 | 62 | 36 | 38 |
| Octal | 177 | 314 | 123 | 46 | 0 | 73 | 24 | 142 | 66 | 70 |
| Binary | 1111111 | 11001100 | 1010011 | 100110 | 0 | 111011 | 10100 | 1100010 | 110110 | 111000 |
Color Harmonies of #7FCC53
Complementary color
Monochromatic Colors of #7FCC53
Black with #7FCC53
Text Example
Text Example
White with #7FCC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC53; }
p { color: rgb(127,204,83); }
H1.HeaderClassName
{
color: #7FCC53;
}
.AnyTagClassName
{
color: #7FCC53;
}
</style>
background-color css
<style>
a { background-color: #7FCC53; }
a { background-color: rgb(127,204,83); }
div.DivClassName
{
background-color: #7FCC53;
}
.BgClassName
{
background-color: #7FCC53;
}
</style>
border-color css
<style>
span { border-color: #7FCC53; }
span { border-color: rgb(127,204,83); }
td.TdClassName
{
border-color: #7FCC53;
}
.TagClassName
{
border-color: #7FCC53;
}
</style>