Shades of Mantis #74EA43
Tints of Mantis #74EA43
RGB
CMYK
RGB Variations
Color information
#74EA43 (or 0x74EA43) is known color: Mantis. HEX triplet: 74, EA and 43. RGB value is (116,234,67). Sum of RGB (Red+Green+Blue) = 116+234+67=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 234 (91.80% from 255 or 56.12% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 234 - color contains mainly: green. Hex color #74EA43 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74EA43 is #8B15BC. Grayscale: #B4B4B4. Windows color (decimal): -9115069 or 4450932. OLE color: 4450932.
HSL color Cylindrical-coordinate representation of color #74EA43: hue angle of 102.4º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74EA43 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 234 | 67 | - |
| CMYK | 0.50 | 0 | 0.71 | 0.08 |
| HSL | 102.4º | 0.8% | 0.59% | - |
| HSV(B) | 102.4º | 0.71% | 0.92% | - |
| XYZ | 37.64 | 62.96 | 15.48 | - |
| YUV | 179.68 | 64.41 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 234 | 67 | 0.50 | 0 | 0.71 | 0.08 | 102.4 | 0.8 | 0.59 |
| Hex | 74 | EA | 43 | 32 | 0 | 47 | 8 | 66 | 50 | 3B |
| Octal | 164 | 352 | 103 | 62 | 0 | 107 | 10 | 146 | 120 | 73 |
| Binary | 1110100 | 11101010 | 1000011 | 110010 | 0 | 1000111 | 1000 | 1100110 | 1010000 | 111011 |
Color Harmonies of #74EA43
Complementary color
Monochromatic Colors of #74EA43
Black with #74EA43
Text Example
Text Example
White with #74EA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EA43; }
p { color: rgb(116,234,67); }
H1.HeaderClassName
{
color: #74EA43;
}
.AnyTagClassName
{
color: #74EA43;
}
</style>
background-color css
<style>
a { background-color: #74EA43; }
a { background-color: rgb(116,234,67); }
div.DivClassName
{
background-color: #74EA43;
}
.BgClassName
{
background-color: #74EA43;
}
</style>
border-color css
<style>
span { border-color: #74EA43; }
span { border-color: rgb(116,234,67); }
td.TdClassName
{
border-color: #74EA43;
}
.TagClassName
{
border-color: #74EA43;
}
</style>