Shades of Mantis #74CF46
Tints of Mantis #74CF46
RGB
CMYK
RGB Variations
Color information
#74CF46 (or 0x74CF46) is known color: Mantis. HEX triplet: 74, CF and 46. RGB value is (116,207,70). Sum of RGB (Red+Green+Blue) = 116+207+70=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CF46 is #8B30B9. Grayscale: #A4A4A4. Windows color (decimal): -9121978 or 4640628. OLE color: 4640628.
HSL color Cylindrical-coordinate representation of color #74CF46: hue angle of 99.85º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74CF46 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 70 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.19 |
| HSL | 99.85º | 0.59% | 0.54% | - |
| HSV(B) | 99.85º | 0.66% | 0.81% | - |
| XYZ | 30.62 | 48.78 | 13.6 | - |
| YUV | 164.17 | 74.85 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 70 | 0.44 | 0 | 0.66 | 0.19 | 99.85 | 0.59 | 0.54 |
| Hex | 74 | CF | 46 | 2C | 0 | 42 | 13 | 64 | 3B | 36 |
| Octal | 164 | 317 | 106 | 54 | 0 | 102 | 23 | 144 | 73 | 66 |
| Binary | 1110100 | 11001111 | 1000110 | 101100 | 0 | 1000010 | 10011 | 1100100 | 111011 | 110110 |
Color Harmonies of #74CF46
Complementary color
Monochromatic Colors of #74CF46
Black with #74CF46
Text Example
Text Example
White with #74CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF46; }
p { color: rgb(116,207,70); }
H1.HeaderClassName
{
color: #74CF46;
}
.AnyTagClassName
{
color: #74CF46;
}
</style>
background-color css
<style>
a { background-color: #74CF46; }
a { background-color: rgb(116,207,70); }
div.DivClassName
{
background-color: #74CF46;
}
.BgClassName
{
background-color: #74CF46;
}
</style>
border-color css
<style>
span { border-color: #74CF46; }
span { border-color: rgb(116,207,70); }
td.TdClassName
{
border-color: #74CF46;
}
.TagClassName
{
border-color: #74CF46;
}
</style>