Shades of Mantis #7FCD68
Tints of Mantis #7FCD68
RGB
CMYK
RGB Variations
Color information
#7FCD68 (or 0x7FCD68) is known color: Mantis. HEX triplet: 7F, CD and 68. RGB value is (127,205,104). Sum of RGB (Red+Green+Blue) = 127+205+104=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCD68 is #803297. Grayscale: #AAAAAA. Windows color (decimal): -8401560 or 6868351. OLE color: 6868351.
HSL color Cylindrical-coordinate representation of color #7FCD68: hue angle of 106.34º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FCD68 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 104 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.20 |
| HSL | 106.34º | 0.5% | 0.61% | - |
| HSV(B) | 106.34º | 0.49% | 0.8% | - |
| XYZ | 33.08 | 49.17 | 20.84 | - |
| YUV | 170.16 | 90.66 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 104 | 0.38 | 0 | 0.49 | 0.20 | 106.34 | 0.5 | 0.61 |
| Hex | 7F | CD | 68 | 26 | 0 | 31 | 14 | 6A | 32 | 3D |
| Octal | 177 | 315 | 150 | 46 | 0 | 61 | 24 | 152 | 62 | 75 |
| Binary | 1111111 | 11001101 | 1101000 | 100110 | 0 | 110001 | 10100 | 1101010 | 110010 | 111101 |
Color Harmonies of #7FCD68
Complementary color
Monochromatic Colors of #7FCD68
Black with #7FCD68
Text Example
Text Example
White with #7FCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD68; }
p { color: rgb(127,205,104); }
H1.HeaderClassName
{
color: #7FCD68;
}
.AnyTagClassName
{
color: #7FCD68;
}
</style>
background-color css
<style>
a { background-color: #7FCD68; }
a { background-color: rgb(127,205,104); }
div.DivClassName
{
background-color: #7FCD68;
}
.BgClassName
{
background-color: #7FCD68;
}
</style>
border-color css
<style>
span { border-color: #7FCD68; }
span { border-color: rgb(127,205,104); }
td.TdClassName
{
border-color: #7FCD68;
}
.TagClassName
{
border-color: #7FCD68;
}
</style>