Shades of Mantis #74CC4D
Tints of Mantis #74CC4D
RGB
CMYK
RGB Variations
Color information
#74CC4D (or 0x74CC4D) is known color: Mantis. HEX triplet: 74, CC and 4D. RGB value is (116,204,77). Sum of RGB (Red+Green+Blue) = 116+204+77=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CC4D is #8B33B2. Grayscale: #A3A3A3. Windows color (decimal): -9122739 or 5098612. OLE color: 5098612.
HSL color Cylindrical-coordinate representation of color #74CC4D: hue angle of 101.57º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74CC4D is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 204 | 77 | - |
| CMYK | 0.43 | 0 | 0.62 | 0.2 |
| HSL | 101.57º | 0.55% | 0.55% | - |
| HSV(B) | 101.57º | 0.62% | 0.8% | - |
| XYZ | 30.13 | 47.43 | 14.59 | - |
| YUV | 163.21 | 79.35 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 77 | 0.43 | 0 | 0.62 | 0.2 | 101.57 | 0.55 | 0.55 |
| Hex | 74 | CC | 4D | 2B | 0 | 3E | 14 | 66 | 37 | 37 |
| Octal | 164 | 314 | 115 | 53 | 0 | 76 | 24 | 146 | 67 | 67 |
| Binary | 1110100 | 11001100 | 1001101 | 101011 | 0 | 111110 | 10100 | 1100110 | 110111 | 110111 |
Color Harmonies of #74CC4D
Complementary color
Monochromatic Colors of #74CC4D
Black with #74CC4D
Text Example
Text Example
White with #74CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CC4D; }
p { color: rgb(116,204,77); }
H1.HeaderClassName
{
color: #74CC4D;
}
.AnyTagClassName
{
color: #74CC4D;
}
</style>
background-color css
<style>
a { background-color: #74CC4D; }
a { background-color: rgb(116,204,77); }
div.DivClassName
{
background-color: #74CC4D;
}
.BgClassName
{
background-color: #74CC4D;
}
</style>
border-color css
<style>
span { border-color: #74CC4D; }
span { border-color: rgb(116,204,77); }
td.TdClassName
{
border-color: #74CC4D;
}
.TagClassName
{
border-color: #74CC4D;
}
</style>