Shades of Mantis #7CCF68
Tints of Mantis #7CCF68
RGB
CMYK
RGB Variations
Color information
#7CCF68 (or 0x7CCF68) is known color: Mantis. HEX triplet: 7C, CF and 68. RGB value is (124,207,104). Sum of RGB (Red+Green+Blue) = 124+207+104=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF68 is #833097. Grayscale: #AAAAAA. Windows color (decimal): -8597656 or 6868860. OLE color: 6868860.
HSL color Cylindrical-coordinate representation of color #7CCF68: hue angle of 108.35º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CCF68 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 104 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.19 |
| HSL | 108.35º | 0.52% | 0.61% | - |
| HSV(B) | 108.35º | 0.5% | 0.81% | - |
| XYZ | 33.12 | 49.91 | 20.98 | - |
| YUV | 170.44 | 90.5 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 104 | 0.40 | 0 | 0.50 | 0.19 | 108.35 | 0.52 | 0.61 |
| Hex | 7C | CF | 68 | 28 | 0 | 32 | 13 | 6C | 34 | 3D |
| Octal | 174 | 317 | 150 | 50 | 0 | 62 | 23 | 154 | 64 | 75 |
| Binary | 1111100 | 11001111 | 1101000 | 101000 | 0 | 110010 | 10011 | 1101100 | 110100 | 111101 |
Color Harmonies of #7CCF68
Complementary color
Monochromatic Colors of #7CCF68
Black with #7CCF68
Text Example
Text Example
White with #7CCF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF68; }
p { color: rgb(124,207,104); }
H1.HeaderClassName
{
color: #7CCF68;
}
.AnyTagClassName
{
color: #7CCF68;
}
</style>
background-color css
<style>
a { background-color: #7CCF68; }
a { background-color: rgb(124,207,104); }
div.DivClassName
{
background-color: #7CCF68;
}
.BgClassName
{
background-color: #7CCF68;
}
</style>
border-color css
<style>
span { border-color: #7CCF68; }
span { border-color: rgb(124,207,104); }
td.TdClassName
{
border-color: #7CCF68;
}
.TagClassName
{
border-color: #7CCF68;
}
</style>