Shades of Mantis #7FCE52
Tints of Mantis #7FCE52
RGB
CMYK
RGB Variations
Color information
#7FCE52 (or 0x7FCE52) is known color: Mantis. HEX triplet: 7F, CE and 52. RGB value is (127,206,82). Sum of RGB (Red+Green+Blue) = 127+206+82=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCE52 is #8031AD. Grayscale: #A8A8A8. Windows color (decimal): -8401326 or 5426815. OLE color: 5426815.
HSL color Cylindrical-coordinate representation of color #7FCE52: hue angle of 98.23º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7FCE52 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 82 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.19 |
| HSL | 98.23º | 0.56% | 0.56% | - |
| HSV(B) | 98.23º | 0.6% | 0.81% | - |
| XYZ | 32.35 | 49.26 | 15.79 | - |
| YUV | 168.24 | 79.33 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 82 | 0.38 | 0 | 0.60 | 0.19 | 98.23 | 0.56 | 0.56 |
| Hex | 7F | CE | 52 | 26 | 0 | 3C | 13 | 62 | 38 | 38 |
| Octal | 177 | 316 | 122 | 46 | 0 | 74 | 23 | 142 | 70 | 70 |
| Binary | 1111111 | 11001110 | 1010010 | 100110 | 0 | 111100 | 10011 | 1100010 | 111000 | 111000 |
Color Harmonies of #7FCE52
Complementary color
Monochromatic Colors of #7FCE52
Black with #7FCE52
Text Example
Text Example
White with #7FCE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCE52; }
p { color: rgb(127,206,82); }
H1.HeaderClassName
{
color: #7FCE52;
}
.AnyTagClassName
{
color: #7FCE52;
}
</style>
background-color css
<style>
a { background-color: #7FCE52; }
a { background-color: rgb(127,206,82); }
div.DivClassName
{
background-color: #7FCE52;
}
.BgClassName
{
background-color: #7FCE52;
}
</style>
border-color css
<style>
span { border-color: #7FCE52; }
span { border-color: rgb(127,206,82); }
td.TdClassName
{
border-color: #7FCE52;
}
.TagClassName
{
border-color: #7FCE52;
}
</style>