Shades of Mantis #74D344
Tints of Mantis #74D344
RGB
CMYK
RGB Variations
Color information
#74D344 (or 0x74D344) is known color: Mantis. HEX triplet: 74, D3 and 44. RGB value is (116,211,68). Sum of RGB (Red+Green+Blue) = 116+211+68=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #74D344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D344 is #8B2CBB. Grayscale: #A6A6A6. Windows color (decimal): -9120956 or 4510580. OLE color: 4510580.
HSL color Cylindrical-coordinate representation of color #74D344: hue angle of 99.86º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74D344 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 211 | 68 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.17 |
| HSL | 99.86º | 0.62% | 0.55% | - |
| HSV(B) | 99.86º | 0.68% | 0.83% | - |
| XYZ | 31.54 | 50.72 | 13.6 | - |
| YUV | 166.29 | 72.53 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 211 | 68 | 0.45 | 0 | 0.68 | 0.17 | 99.86 | 0.62 | 0.55 |
| Hex | 74 | D3 | 44 | 2D | 0 | 44 | 11 | 64 | 3E | 37 |
| Octal | 164 | 323 | 104 | 55 | 0 | 104 | 21 | 144 | 76 | 67 |
| Binary | 1110100 | 11010011 | 1000100 | 101101 | 0 | 1000100 | 10001 | 1100100 | 111110 | 110111 |
Color Harmonies of #74D344
Complementary color
Monochromatic Colors of #74D344
Black with #74D344
Text Example
Text Example
White with #74D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D344; }
p { color: rgb(116,211,68); }
H1.HeaderClassName
{
color: #74D344;
}
.AnyTagClassName
{
color: #74D344;
}
</style>
background-color css
<style>
a { background-color: #74D344; }
a { background-color: rgb(116,211,68); }
div.DivClassName
{
background-color: #74D344;
}
.BgClassName
{
background-color: #74D344;
}
</style>
border-color css
<style>
span { border-color: #74D344; }
span { border-color: rgb(116,211,68); }
td.TdClassName
{
border-color: #74D344;
}
.TagClassName
{
border-color: #74D344;
}
</style>