Shades of Mantis #74CD42
Tints of Mantis #74CD42
RGB
CMYK
RGB Variations
Color information
#74CD42 (or 0x74CD42) is known color: Mantis. HEX triplet: 74, CD and 42. RGB value is (116,205,66). Sum of RGB (Red+Green+Blue) = 116+205+66=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 205 (80.47% from 255 or 52.97% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CD42 is #8B32BD. Grayscale: #A3A3A3. Windows color (decimal): -9122494 or 4377972. OLE color: 4377972.
HSL color Cylindrical-coordinate representation of color #74CD42: hue angle of 98.42º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74CD42 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 205 | 66 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.20 |
| HSL | 98.42º | 0.58% | 0.53% | - |
| HSV(B) | 98.42º | 0.68% | 0.8% | - |
| XYZ | 30.02 | 47.77 | 12.79 | - |
| YUV | 162.54 | 73.51 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 66 | 0.43 | 0 | 0.68 | 0.20 | 98.42 | 0.58 | 0.53 |
| Hex | 74 | CD | 42 | 2B | 0 | 44 | 14 | 62 | 3A | 35 |
| Octal | 164 | 315 | 102 | 53 | 0 | 104 | 24 | 142 | 72 | 65 |
| Binary | 1110100 | 11001101 | 1000010 | 101011 | 0 | 1000100 | 10100 | 1100010 | 111010 | 110101 |
Color Harmonies of #74CD42
Complementary color
Monochromatic Colors of #74CD42
Black with #74CD42
Text Example
Text Example
White with #74CD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CD42; }
p { color: rgb(116,205,66); }
H1.HeaderClassName
{
color: #74CD42;
}
.AnyTagClassName
{
color: #74CD42;
}
</style>
background-color css
<style>
a { background-color: #74CD42; }
a { background-color: rgb(116,205,66); }
div.DivClassName
{
background-color: #74CD42;
}
.BgClassName
{
background-color: #74CD42;
}
</style>
border-color css
<style>
span { border-color: #74CD42; }
span { border-color: rgb(116,205,66); }
td.TdClassName
{
border-color: #74CD42;
}
.TagClassName
{
border-color: #74CD42;
}
</style>