Shades of Mantis #74E74C
Tints of Mantis #74E74C
RGB
CMYK
RGB Variations
Color information
#74E74C (or 0x74E74C) is known color: Mantis. HEX triplet: 74, E7 and 4C. RGB value is (116,231,76). Sum of RGB (Red+Green+Blue) = 116+231+76=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 231 (90.62% from 255 or 54.61% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 231 - color contains mainly: green. Hex color #74E74C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74E74C is #8B18B3. Grayscale: #B3B3B3. Windows color (decimal): -9115828 or 5039988. OLE color: 5039988.
HSL color Cylindrical-coordinate representation of color #74E74C: hue angle of 104.52º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74E74C is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 231 | 76 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.09 |
| HSL | 104.52º | 0.76% | 0.6% | - |
| HSV(B) | 104.52º | 0.67% | 0.91% | - |
| XYZ | 37.08 | 61.39 | 16.73 | - |
| YUV | 178.95 | 69.9 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 231 | 76 | 0.50 | 0 | 0.67 | 0.09 | 104.52 | 0.76 | 0.6 |
| Hex | 74 | E7 | 4C | 32 | 0 | 43 | 9 | 69 | 4C | 3C |
| Octal | 164 | 347 | 114 | 62 | 0 | 103 | 11 | 151 | 114 | 74 |
| Binary | 1110100 | 11100111 | 1001100 | 110010 | 0 | 1000011 | 1001 | 1101001 | 1001100 | 111100 |
Color Harmonies of #74E74C
Complementary color
Monochromatic Colors of #74E74C
Black with #74E74C
Text Example
Text Example
White with #74E74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E74C; }
p { color: rgb(116,231,76); }
H1.HeaderClassName
{
color: #74E74C;
}
.AnyTagClassName
{
color: #74E74C;
}
</style>
background-color css
<style>
a { background-color: #74E74C; }
a { background-color: rgb(116,231,76); }
div.DivClassName
{
background-color: #74E74C;
}
.BgClassName
{
background-color: #74E74C;
}
</style>
border-color css
<style>
span { border-color: #74E74C; }
span { border-color: rgb(116,231,76); }
td.TdClassName
{
border-color: #74E74C;
}
.TagClassName
{
border-color: #74E74C;
}
</style>