Shades of Mantis #74CA48
Tints of Mantis #74CA48
RGB
CMYK
RGB Variations
Color information
#74CA48 (or 0x74CA48) is known color: Mantis. HEX triplet: 74, CA and 48. RGB value is (116,202,72). Sum of RGB (Red+Green+Blue) = 116+202+72=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CA48 is #8B35B7. Grayscale: #A1A1A1. Windows color (decimal): -9123256 or 4770420. OLE color: 4770420.
HSL color Cylindrical-coordinate representation of color #74CA48: hue angle of 99.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74CA48 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 72 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.21 |
| HSL | 99.69º | 0.55% | 0.54% | - |
| HSV(B) | 99.69º | 0.64% | 0.79% | - |
| XYZ | 29.49 | 46.42 | 13.54 | - |
| YUV | 161.47 | 77.51 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 72 | 0.43 | 0 | 0.64 | 0.21 | 99.69 | 0.55 | 0.54 |
| Hex | 74 | CA | 48 | 2B | 0 | 40 | 15 | 64 | 37 | 36 |
| Octal | 164 | 312 | 110 | 53 | 0 | 100 | 25 | 144 | 67 | 66 |
| Binary | 1110100 | 11001010 | 1001000 | 101011 | 0 | 1000000 | 10101 | 1100100 | 110111 | 110110 |
Color Harmonies of #74CA48
Complementary color
Monochromatic Colors of #74CA48
Black with #74CA48
Text Example
Text Example
White with #74CA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CA48; }
p { color: rgb(116,202,72); }
H1.HeaderClassName
{
color: #74CA48;
}
.AnyTagClassName
{
color: #74CA48;
}
</style>
background-color css
<style>
a { background-color: #74CA48; }
a { background-color: rgb(116,202,72); }
div.DivClassName
{
background-color: #74CA48;
}
.BgClassName
{
background-color: #74CA48;
}
</style>
border-color css
<style>
span { border-color: #74CA48; }
span { border-color: rgb(116,202,72); }
td.TdClassName
{
border-color: #74CA48;
}
.TagClassName
{
border-color: #74CA48;
}
</style>