Shades of Mantis #74CF49
Tints of Mantis #74CF49
RGB
CMYK
RGB Variations
Color information
#74CF49 (or 0x74CF49) is known color: Mantis. HEX triplet: 74, CF and 49. RGB value is (116,207,73). Sum of RGB (Red+Green+Blue) = 116+207+73=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CF49 is #8B30B6. Grayscale: #A4A4A4. Windows color (decimal): -9121975 or 4837236. OLE color: 4837236.
HSL color Cylindrical-coordinate representation of color #74CF49: hue angle of 100.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74CF49 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 73 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.19 |
| HSL | 100.75º | 0.58% | 0.55% | - |
| HSV(B) | 100.75º | 0.65% | 0.81% | - |
| XYZ | 30.72 | 48.82 | 14.11 | - |
| YUV | 164.52 | 76.35 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 73 | 0.44 | 0 | 0.65 | 0.19 | 100.75 | 0.58 | 0.55 |
| Hex | 74 | CF | 49 | 2C | 0 | 41 | 13 | 65 | 3A | 37 |
| Octal | 164 | 317 | 111 | 54 | 0 | 101 | 23 | 145 | 72 | 67 |
| Binary | 1110100 | 11001111 | 1001001 | 101100 | 0 | 1000001 | 10011 | 1100101 | 111010 | 110111 |
Color Harmonies of #74CF49
Complementary color
Monochromatic Colors of #74CF49
Black with #74CF49
Text Example
Text Example
White with #74CF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF49; }
p { color: rgb(116,207,73); }
H1.HeaderClassName
{
color: #74CF49;
}
.AnyTagClassName
{
color: #74CF49;
}
</style>
background-color css
<style>
a { background-color: #74CF49; }
a { background-color: rgb(116,207,73); }
div.DivClassName
{
background-color: #74CF49;
}
.BgClassName
{
background-color: #74CF49;
}
</style>
border-color css
<style>
span { border-color: #74CF49; }
span { border-color: rgb(116,207,73); }
td.TdClassName
{
border-color: #74CF49;
}
.TagClassName
{
border-color: #74CF49;
}
</style>