Shades of Mantis #74E238
Tints of Mantis #74E238
RGB
CMYK
RGB Variations
Color information
#74E238 (or 0x74E238) is known color: Mantis. HEX triplet: 74, E2 and 38. RGB value is (116,226,56). Sum of RGB (Red+Green+Blue) = 116+226+56=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 226 (88.67% from 255 or 56.78% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 226 - color contains mainly: green. Hex color #74E238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E238 is #8B1DC7. Grayscale: #AEAEAE. Windows color (decimal): -9117128 or 3727988. OLE color: 3727988.
HSL color Cylindrical-coordinate representation of color #74E238: hue angle of 98.82º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74E238 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 226 | 56 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.11 |
| HSL | 98.82º | 0.75% | 0.55% | - |
| HSV(B) | 98.82º | 0.75% | 0.89% | - |
| XYZ | 35.11 | 58.39 | 13.16 | - |
| YUV | 173.73 | 61.56 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 226 | 56 | 0.49 | 0 | 0.75 | 0.11 | 98.82 | 0.75 | 0.55 |
| Hex | 74 | E2 | 38 | 31 | 0 | 4B | B | 63 | 4B | 37 |
| Octal | 164 | 342 | 70 | 61 | 0 | 113 | 13 | 143 | 113 | 67 |
| Binary | 1110100 | 11100010 | 111000 | 110001 | 0 | 1001011 | 1011 | 1100011 | 1001011 | 110111 |
Color Harmonies of #74E238
Complementary color
Monochromatic Colors of #74E238
Black with #74E238
Text Example
Text Example
White with #74E238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E238; }
p { color: rgb(116,226,56); }
H1.HeaderClassName
{
color: #74E238;
}
.AnyTagClassName
{
color: #74E238;
}
</style>
background-color css
<style>
a { background-color: #74E238; }
a { background-color: rgb(116,226,56); }
div.DivClassName
{
background-color: #74E238;
}
.BgClassName
{
background-color: #74E238;
}
</style>
border-color css
<style>
span { border-color: #74E238; }
span { border-color: rgb(116,226,56); }
td.TdClassName
{
border-color: #74E238;
}
.TagClassName
{
border-color: #74E238;
}
</style>