Shades of Mantis #74CB47
Tints of Mantis #74CB47
RGB
CMYK
RGB Variations
Color information
#74CB47 (or 0x74CB47) is known color: Mantis. HEX triplet: 74, CB and 47. RGB value is (116,203,71). Sum of RGB (Red+Green+Blue) = 116+203+71=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CB47 is #8B34B8. Grayscale: #A2A2A2. Windows color (decimal): -9123001 or 4705140. OLE color: 4705140.
HSL color Cylindrical-coordinate representation of color #74CB47: hue angle of 99.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74CB47 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 71 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.20 |
| HSL | 99.55º | 0.56% | 0.54% | - |
| HSV(B) | 99.55º | 0.65% | 0.8% | - |
| XYZ | 29.7 | 46.88 | 13.44 | - |
| YUV | 161.94 | 76.68 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 71 | 0.43 | 0 | 0.65 | 0.20 | 99.55 | 0.56 | 0.54 |
| Hex | 74 | CB | 47 | 2B | 0 | 41 | 14 | 64 | 38 | 36 |
| Octal | 164 | 313 | 107 | 53 | 0 | 101 | 24 | 144 | 70 | 66 |
| Binary | 1110100 | 11001011 | 1000111 | 101011 | 0 | 1000001 | 10100 | 1100100 | 111000 | 110110 |
Color Harmonies of #74CB47
Complementary color
Monochromatic Colors of #74CB47
Black with #74CB47
Text Example
Text Example
White with #74CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CB47; }
p { color: rgb(116,203,71); }
H1.HeaderClassName
{
color: #74CB47;
}
.AnyTagClassName
{
color: #74CB47;
}
</style>
background-color css
<style>
a { background-color: #74CB47; }
a { background-color: rgb(116,203,71); }
div.DivClassName
{
background-color: #74CB47;
}
.BgClassName
{
background-color: #74CB47;
}
</style>
border-color css
<style>
span { border-color: #74CB47; }
span { border-color: rgb(116,203,71); }
td.TdClassName
{
border-color: #74CB47;
}
.TagClassName
{
border-color: #74CB47;
}
</style>