Shades of Mantis #7CBD4B
Tints of Mantis #7CBD4B
RGB
CMYK
RGB Variations
Color information
#7CBD4B (or 0x7CBD4B) is known color: Mantis. HEX triplet: 7C, BD and 4B. RGB value is (124,189,75). Sum of RGB (Red+Green+Blue) = 124+189+75=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBD4B is #8342B4. Grayscale: #9C9C9C. Windows color (decimal): -8602293 or 4963708. OLE color: 4963708.
HSL color Cylindrical-coordinate representation of color #7CBD4B: hue angle of 94.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CBD4B is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 75 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.26 |
| HSL | 94.21º | 0.46% | 0.52% | - |
| HSV(B) | 94.21º | 0.6% | 0.74% | - |
| XYZ | 27.78 | 41.19 | 13.14 | - |
| YUV | 156.57 | 81.97 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 75 | 0.34 | 0 | 0.60 | 0.26 | 94.21 | 0.46 | 0.52 |
| Hex | 7C | BD | 4B | 22 | 0 | 3C | 1A | 5E | 2E | 34 |
| Octal | 174 | 275 | 113 | 42 | 0 | 74 | 32 | 136 | 56 | 64 |
| Binary | 1111100 | 10111101 | 1001011 | 100010 | 0 | 111100 | 11010 | 1011110 | 101110 | 110100 |
Color Harmonies of #7CBD4B
Complementary color
Monochromatic Colors of #7CBD4B
Black with #7CBD4B
Text Example
Text Example
White with #7CBD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBD4B; }
p { color: rgb(124,189,75); }
H1.HeaderClassName
{
color: #7CBD4B;
}
.AnyTagClassName
{
color: #7CBD4B;
}
</style>
background-color css
<style>
a { background-color: #7CBD4B; }
a { background-color: rgb(124,189,75); }
div.DivClassName
{
background-color: #7CBD4B;
}
.BgClassName
{
background-color: #7CBD4B;
}
</style>
border-color css
<style>
span { border-color: #7CBD4B; }
span { border-color: rgb(124,189,75); }
td.TdClassName
{
border-color: #7CBD4B;
}
.TagClassName
{
border-color: #7CBD4B;
}
</style>