Shades of Mantis #7CCB3F
Tints of Mantis #7CCB3F
RGB
CMYK
RGB Variations
Color information
#7CCB3F (or 0x7CCB3F) is known color: Mantis. HEX triplet: 7C, CB and 3F. RGB value is (124,203,63). Sum of RGB (Red+Green+Blue) = 124+203+63=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCB3F is #8334C0. Grayscale: #A3A3A3. Windows color (decimal): -8598721 or 4180860. OLE color: 4180860.
HSL color Cylindrical-coordinate representation of color #7CCB3F: hue angle of 93.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7CCB3F is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 203 | 63 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.20 |
| HSL | 93.86º | 0.57% | 0.52% | - |
| HSV(B) | 93.86º | 0.69% | 0.8% | - |
| XYZ | 30.57 | 47.36 | 12.23 | - |
| YUV | 163.42 | 71.33 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 63 | 0.39 | 0 | 0.69 | 0.20 | 93.86 | 0.57 | 0.52 |
| Hex | 7C | CB | 3F | 27 | 0 | 45 | 14 | 5E | 39 | 34 |
| Octal | 174 | 313 | 77 | 47 | 0 | 105 | 24 | 136 | 71 | 64 |
| Binary | 1111100 | 11001011 | 111111 | 100111 | 0 | 1000101 | 10100 | 1011110 | 111001 | 110100 |
Color Harmonies of #7CCB3F
Complementary color
Monochromatic Colors of #7CCB3F
Black with #7CCB3F
Text Example
Text Example
White with #7CCB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCB3F; }
p { color: rgb(124,203,63); }
H1.HeaderClassName
{
color: #7CCB3F;
}
.AnyTagClassName
{
color: #7CCB3F;
}
</style>
background-color css
<style>
a { background-color: #7CCB3F; }
a { background-color: rgb(124,203,63); }
div.DivClassName
{
background-color: #7CCB3F;
}
.BgClassName
{
background-color: #7CCB3F;
}
</style>
border-color css
<style>
span { border-color: #7CCB3F; }
span { border-color: rgb(124,203,63); }
td.TdClassName
{
border-color: #7CCB3F;
}
.TagClassName
{
border-color: #7CCB3F;
}
</style>