Shades of Mantis #74D552
Tints of Mantis #74D552
RGB
CMYK
RGB Variations
Color information
#74D552 (or 0x74D552) is known color: Mantis. HEX triplet: 74, D5 and 52. RGB value is (116,213,82). Sum of RGB (Red+Green+Blue) = 116+213+82=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #74D552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D552 is #8B2AAD. Grayscale: #A9A9A9. Windows color (decimal): -9120430 or 5428596. OLE color: 5428596.
HSL color Cylindrical-coordinate representation of color #74D552: hue angle of 104.43º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74D552 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 82 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.16 |
| HSL | 104.43º | 0.61% | 0.58% | - |
| HSV(B) | 104.43º | 0.62% | 0.84% | - |
| XYZ | 32.52 | 51.91 | 16.29 | - |
| YUV | 169.06 | 78.86 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 82 | 0.46 | 0 | 0.62 | 0.16 | 104.43 | 0.61 | 0.58 |
| Hex | 74 | D5 | 52 | 2E | 0 | 3E | 10 | 68 | 3D | 3A |
| Octal | 164 | 325 | 122 | 56 | 0 | 76 | 20 | 150 | 75 | 72 |
| Binary | 1110100 | 11010101 | 1010010 | 101110 | 0 | 111110 | 10000 | 1101000 | 111101 | 111010 |
Color Harmonies of #74D552
Complementary color
Monochromatic Colors of #74D552
Black with #74D552
Text Example
Text Example
White with #74D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D552; }
p { color: rgb(116,213,82); }
H1.HeaderClassName
{
color: #74D552;
}
.AnyTagClassName
{
color: #74D552;
}
</style>
background-color css
<style>
a { background-color: #74D552; }
a { background-color: rgb(116,213,82); }
div.DivClassName
{
background-color: #74D552;
}
.BgClassName
{
background-color: #74D552;
}
</style>
border-color css
<style>
span { border-color: #74D552; }
span { border-color: rgb(116,213,82); }
td.TdClassName
{
border-color: #74D552;
}
.TagClassName
{
border-color: #74D552;
}
</style>