Shades of Mantis #7BCC3F
Tints of Mantis #7BCC3F
RGB
CMYK
RGB Variations
Color information
#7BCC3F (or 0x7BCC3F) is known color: Mantis. HEX triplet: 7B, CC and 3F. RGB value is (123,204,63). Sum of RGB (Red+Green+Blue) = 123+204+63=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCC3F is #8433C0. Grayscale: #A4A4A4. Windows color (decimal): -8664001 or 4181115. OLE color: 4181115.
HSL color Cylindrical-coordinate representation of color #7BCC3F: hue angle of 94.47º degrees, saturation: 0.58, 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 #7BCC3F is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 63 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.2 |
| HSL | 94.47º | 0.58% | 0.52% | - |
| HSV(B) | 94.47º | 0.69% | 0.8% | - |
| XYZ | 30.66 | 47.76 | 12.3 | - |
| YUV | 163.71 | 71.16 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 63 | 0.40 | 0 | 0.69 | 0.2 | 94.47 | 0.58 | 0.52 |
| Hex | 7B | CC | 3F | 28 | 0 | 45 | 14 | 5E | 3A | 34 |
| Octal | 173 | 314 | 77 | 50 | 0 | 105 | 24 | 136 | 72 | 64 |
| Binary | 1111011 | 11001100 | 111111 | 101000 | 0 | 1000101 | 10100 | 1011110 | 111010 | 110100 |
Color Harmonies of #7BCC3F
Complementary color
Monochromatic Colors of #7BCC3F
Black with #7BCC3F
Text Example
Text Example
White with #7BCC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCC3F; }
p { color: rgb(123,204,63); }
H1.HeaderClassName
{
color: #7BCC3F;
}
.AnyTagClassName
{
color: #7BCC3F;
}
</style>
background-color css
<style>
a { background-color: #7BCC3F; }
a { background-color: rgb(123,204,63); }
div.DivClassName
{
background-color: #7BCC3F;
}
.BgClassName
{
background-color: #7BCC3F;
}
</style>
border-color css
<style>
span { border-color: #7BCC3F; }
span { border-color: rgb(123,204,63); }
td.TdClassName
{
border-color: #7BCC3F;
}
.TagClassName
{
border-color: #7BCC3F;
}
</style>