Shades of Mantis #74BD58
Tints of Mantis #74BD58
RGB
CMYK
RGB Variations
Color information
#74BD58 (or 0x74BD58) is known color: Mantis. HEX triplet: 74, BD and 58. RGB value is (116,189,88). Sum of RGB (Red+Green+Blue) = 116+189+88=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BD58 is #8B42A7. Grayscale: #9B9B9B. Windows color (decimal): -9126568 or 5815668. OLE color: 5815668.
HSL color Cylindrical-coordinate representation of color #74BD58: hue angle of 103.37º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74BD58 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 88 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.26 |
| HSL | 103.37º | 0.43% | 0.54% | - |
| HSV(B) | 103.37º | 0.53% | 0.74% | - |
| XYZ | 27.16 | 40.81 | 15.68 | - |
| YUV | 155.66 | 89.82 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 88 | 0.39 | 0 | 0.53 | 0.26 | 103.37 | 0.43 | 0.54 |
| Hex | 74 | BD | 58 | 27 | 0 | 35 | 1A | 67 | 2B | 36 |
| Octal | 164 | 275 | 130 | 47 | 0 | 65 | 32 | 147 | 53 | 66 |
| Binary | 1110100 | 10111101 | 1011000 | 100111 | 0 | 110101 | 11010 | 1100111 | 101011 | 110110 |
Color Harmonies of #74BD58
Complementary color
Monochromatic Colors of #74BD58
Black with #74BD58
Text Example
Text Example
White with #74BD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD58; }
p { color: rgb(116,189,88); }
H1.HeaderClassName
{
color: #74BD58;
}
.AnyTagClassName
{
color: #74BD58;
}
</style>
background-color css
<style>
a { background-color: #74BD58; }
a { background-color: rgb(116,189,88); }
div.DivClassName
{
background-color: #74BD58;
}
.BgClassName
{
background-color: #74BD58;
}
</style>
border-color css
<style>
span { border-color: #74BD58; }
span { border-color: rgb(116,189,88); }
td.TdClassName
{
border-color: #74BD58;
}
.TagClassName
{
border-color: #74BD58;
}
</style>