Shades of Mantis #74E647
Tints of Mantis #74E647
RGB
CMYK
RGB Variations
Color information
#74E647 (or 0x74E647) is known color: Mantis. HEX triplet: 74, E6 and 47. RGB value is (116,230,71). Sum of RGB (Red+Green+Blue) = 116+230+71=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 230 (90.23% from 255 or 55.16% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 230 - color contains mainly: green. Hex color #74E647 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74E647 is #8B19B8. Grayscale: #B2B2B2. Windows color (decimal): -9116089 or 4712052. OLE color: 4712052.
HSL color Cylindrical-coordinate representation of color #74E647: hue angle of 103.02º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74E647 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 71 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.10 |
| HSL | 103.02º | 0.76% | 0.59% | - |
| HSV(B) | 103.02º | 0.69% | 0.9% | - |
| XYZ | 36.64 | 60.76 | 15.76 | - |
| YUV | 177.79 | 67.73 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 71 | 0.50 | 0 | 0.69 | 0.10 | 103.02 | 0.76 | 0.59 |
| Hex | 74 | E6 | 47 | 32 | 0 | 45 | A | 67 | 4C | 3B |
| Octal | 164 | 346 | 107 | 62 | 0 | 105 | 12 | 147 | 114 | 73 |
| Binary | 1110100 | 11100110 | 1000111 | 110010 | 0 | 1000101 | 1010 | 1100111 | 1001100 | 111011 |
Color Harmonies of #74E647
Complementary color
Monochromatic Colors of #74E647
Black with #74E647
Text Example
Text Example
White with #74E647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E647; }
p { color: rgb(116,230,71); }
H1.HeaderClassName
{
color: #74E647;
}
.AnyTagClassName
{
color: #74E647;
}
</style>
background-color css
<style>
a { background-color: #74E647; }
a { background-color: rgb(116,230,71); }
div.DivClassName
{
background-color: #74E647;
}
.BgClassName
{
background-color: #74E647;
}
</style>
border-color css
<style>
span { border-color: #74E647; }
span { border-color: rgb(116,230,71); }
td.TdClassName
{
border-color: #74E647;
}
.TagClassName
{
border-color: #74E647;
}
</style>