Shades of Mantis #74C252
Tints of Mantis #74C252
RGB
CMYK
RGB Variations
Color information
#74C252 (or 0x74C252) is known color: Mantis. HEX triplet: 74, C2 and 52. RGB value is (116,194,82). Sum of RGB (Red+Green+Blue) = 116+194+82=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #74C252 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C252 is #8B3DAD. Grayscale: #9E9E9E. Windows color (decimal): -9125294 or 5423732. OLE color: 5423732.
HSL color Cylindrical-coordinate representation of color #74C252: hue angle of 101.79º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74C252 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 82 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.24 |
| HSL | 101.79º | 0.48% | 0.54% | - |
| HSV(B) | 101.79º | 0.58% | 0.76% | - |
| XYZ | 28.02 | 42.91 | 14.79 | - |
| YUV | 157.91 | 85.16 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 82 | 0.40 | 0 | 0.58 | 0.24 | 101.79 | 0.48 | 0.54 |
| Hex | 74 | C2 | 52 | 28 | 0 | 3A | 18 | 66 | 30 | 36 |
| Octal | 164 | 302 | 122 | 50 | 0 | 72 | 30 | 146 | 60 | 66 |
| Binary | 1110100 | 11000010 | 1010010 | 101000 | 0 | 111010 | 11000 | 1100110 | 110000 | 110110 |
Color Harmonies of #74C252
Complementary color
Monochromatic Colors of #74C252
Black with #74C252
Text Example
Text Example
White with #74C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C252; }
p { color: rgb(116,194,82); }
H1.HeaderClassName
{
color: #74C252;
}
.AnyTagClassName
{
color: #74C252;
}
</style>
background-color css
<style>
a { background-color: #74C252; }
a { background-color: rgb(116,194,82); }
div.DivClassName
{
background-color: #74C252;
}
.BgClassName
{
background-color: #74C252;
}
</style>
border-color css
<style>
span { border-color: #74C252; }
span { border-color: rgb(116,194,82); }
td.TdClassName
{
border-color: #74C252;
}
.TagClassName
{
border-color: #74C252;
}
</style>