Shades of Mantis #7CCF66
Tints of Mantis #7CCF66
RGB
CMYK
RGB Variations
Color information
#7CCF66 (or 0x7CCF66) is known color: Mantis. HEX triplet: 7C, CF and 66. RGB value is (124,207,102). Sum of RGB (Red+Green+Blue) = 124+207+102=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF66 is #833099. Grayscale: #AAAAAA. Windows color (decimal): -8597658 or 6737788. OLE color: 6737788.
HSL color Cylindrical-coordinate representation of color #7CCF66: hue angle of 107.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CCF66 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 102 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.19 |
| HSL | 107.43º | 0.52% | 0.61% | - |
| HSV(B) | 107.43º | 0.51% | 0.81% | - |
| XYZ | 33.02 | 49.87 | 20.46 | - |
| YUV | 170.21 | 89.5 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 102 | 0.40 | 0 | 0.51 | 0.19 | 107.43 | 0.52 | 0.61 |
| Hex | 7C | CF | 66 | 28 | 0 | 33 | 13 | 6B | 34 | 3D |
| Octal | 174 | 317 | 146 | 50 | 0 | 63 | 23 | 153 | 64 | 75 |
| Binary | 1111100 | 11001111 | 1100110 | 101000 | 0 | 110011 | 10011 | 1101011 | 110100 | 111101 |
Color Harmonies of #7CCF66
Complementary color
Monochromatic Colors of #7CCF66
Black with #7CCF66
Text Example
Text Example
White with #7CCF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF66; }
p { color: rgb(124,207,102); }
H1.HeaderClassName
{
color: #7CCF66;
}
.AnyTagClassName
{
color: #7CCF66;
}
</style>
background-color css
<style>
a { background-color: #7CCF66; }
a { background-color: rgb(124,207,102); }
div.DivClassName
{
background-color: #7CCF66;
}
.BgClassName
{
background-color: #7CCF66;
}
</style>
border-color css
<style>
span { border-color: #7CCF66; }
span { border-color: rgb(124,207,102); }
td.TdClassName
{
border-color: #7CCF66;
}
.TagClassName
{
border-color: #7CCF66;
}
</style>