Shades of Mantis #74E64D
Tints of Mantis #74E64D
RGB
CMYK
RGB Variations
Color information
#74E64D (or 0x74E64D) is known color: Mantis. HEX triplet: 74, E6 and 4D. RGB value is (116,230,77). Sum of RGB (Red+Green+Blue) = 116+230+77=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 230 (90.23% from 255 or 54.37% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 230 - color contains mainly: green. Hex color #74E64D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74E64D is #8B19B2. Grayscale: #B2B2B2. Windows color (decimal): -9116083 or 5105268. OLE color: 5105268.
HSL color Cylindrical-coordinate representation of color #74E64D: hue angle of 104.71º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74E64D is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 77 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.10 |
| HSL | 104.71º | 0.75% | 0.6% | - |
| HSV(B) | 104.71º | 0.67% | 0.9% | - |
| XYZ | 36.84 | 60.84 | 16.82 | - |
| YUV | 178.47 | 70.73 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 77 | 0.50 | 0 | 0.67 | 0.10 | 104.71 | 0.75 | 0.6 |
| Hex | 74 | E6 | 4D | 32 | 0 | 43 | A | 69 | 4B | 3C |
| Octal | 164 | 346 | 115 | 62 | 0 | 103 | 12 | 151 | 113 | 74 |
| Binary | 1110100 | 11100110 | 1001101 | 110010 | 0 | 1000011 | 1010 | 1101001 | 1001011 | 111100 |
Color Harmonies of #74E64D
Complementary color
Monochromatic Colors of #74E64D
Black with #74E64D
Text Example
Text Example
White with #74E64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E64D; }
p { color: rgb(116,230,77); }
H1.HeaderClassName
{
color: #74E64D;
}
.AnyTagClassName
{
color: #74E64D;
}
</style>
background-color css
<style>
a { background-color: #74E64D; }
a { background-color: rgb(116,230,77); }
div.DivClassName
{
background-color: #74E64D;
}
.BgClassName
{
background-color: #74E64D;
}
</style>
border-color css
<style>
span { border-color: #74E64D; }
span { border-color: rgb(116,230,77); }
td.TdClassName
{
border-color: #74E64D;
}
.TagClassName
{
border-color: #74E64D;
}
</style>