Shades of Mantis #74E650
Tints of Mantis #74E650
RGB
CMYK
RGB Variations
Color information
#74E650 (or 0x74E650) is known color: Mantis. HEX triplet: 74, E6 and 50. RGB value is (116,230,80). Sum of RGB (Red+Green+Blue) = 116+230+80=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 230 (90.23% from 255 or 53.99% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 230 - color contains mainly: green. Hex color #74E650 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74E650 is #8B19AF. Grayscale: #B3B3B3. Windows color (decimal): -9116080 or 5301876. OLE color: 5301876.
HSL color Cylindrical-coordinate representation of color #74E650: hue angle of 105.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74E650 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 80 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.10 |
| HSL | 105.6º | 0.75% | 0.61% | - |
| HSV(B) | 105.6º | 0.65% | 0.9% | - |
| XYZ | 36.95 | 60.89 | 17.39 | - |
| YUV | 178.81 | 72.23 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 80 | 0.50 | 0 | 0.65 | 0.10 | 105.6 | 0.75 | 0.61 |
| Hex | 74 | E6 | 50 | 32 | 0 | 41 | A | 6A | 4B | 3D |
| Octal | 164 | 346 | 120 | 62 | 0 | 101 | 12 | 152 | 113 | 75 |
| Binary | 1110100 | 11100110 | 1010000 | 110010 | 0 | 1000001 | 1010 | 1101010 | 1001011 | 111101 |
Color Harmonies of #74E650
Complementary color
Monochromatic Colors of #74E650
Black with #74E650
Text Example
Text Example
White with #74E650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E650; }
p { color: rgb(116,230,80); }
H1.HeaderClassName
{
color: #74E650;
}
.AnyTagClassName
{
color: #74E650;
}
</style>
background-color css
<style>
a { background-color: #74E650; }
a { background-color: rgb(116,230,80); }
div.DivClassName
{
background-color: #74E650;
}
.BgClassName
{
background-color: #74E650;
}
</style>
border-color css
<style>
span { border-color: #74E650; }
span { border-color: rgb(116,230,80); }
td.TdClassName
{
border-color: #74E650;
}
.TagClassName
{
border-color: #74E650;
}
</style>