Shades of Mantis #7FCB44
Tints of Mantis #7FCB44
RGB
CMYK
RGB Variations
Color information
#7FCB44 (or 0x7FCB44) is known color: Mantis. HEX triplet: 7F, CB and 44. RGB value is (127,203,68). Sum of RGB (Red+Green+Blue) = 127+203+68=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCB44 is #8034BB. Grayscale: #A5A5A5. Windows color (decimal): -8402108 or 4508543. OLE color: 4508543.
HSL color Cylindrical-coordinate representation of color #7FCB44: hue angle of 93.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FCB44 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 68 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.20 |
| HSL | 93.78º | 0.56% | 0.53% | - |
| HSV(B) | 93.78º | 0.67% | 0.8% | - |
| XYZ | 31.15 | 47.64 | 13.02 | - |
| YUV | 164.89 | 73.32 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 68 | 0.37 | 0 | 0.67 | 0.20 | 93.78 | 0.56 | 0.53 |
| Hex | 7F | CB | 44 | 25 | 0 | 43 | 14 | 5E | 38 | 35 |
| Octal | 177 | 313 | 104 | 45 | 0 | 103 | 24 | 136 | 70 | 65 |
| Binary | 1111111 | 11001011 | 1000100 | 100101 | 0 | 1000011 | 10100 | 1011110 | 111000 | 110101 |
Color Harmonies of #7FCB44
Complementary color
Monochromatic Colors of #7FCB44
Black with #7FCB44
Text Example
Text Example
White with #7FCB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB44; }
p { color: rgb(127,203,68); }
H1.HeaderClassName
{
color: #7FCB44;
}
.AnyTagClassName
{
color: #7FCB44;
}
</style>
background-color css
<style>
a { background-color: #7FCB44; }
a { background-color: rgb(127,203,68); }
div.DivClassName
{
background-color: #7FCB44;
}
.BgClassName
{
background-color: #7FCB44;
}
</style>
border-color css
<style>
span { border-color: #7FCB44; }
span { border-color: rgb(127,203,68); }
td.TdClassName
{
border-color: #7FCB44;
}
.TagClassName
{
border-color: #7FCB44;
}
</style>