Shades of Mantis #74CF52
Tints of Mantis #74CF52
RGB
CMYK
RGB Variations
Color information
#74CF52 (or 0x74CF52) is known color: Mantis. HEX triplet: 74, CF and 52. RGB value is (116,207,82). Sum of RGB (Red+Green+Blue) = 116+207+82=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CF52 is #8B30AD. Grayscale: #A5A5A5. Windows color (decimal): -9121966 or 5427060. OLE color: 5427060.
HSL color Cylindrical-coordinate representation of color #74CF52: hue angle of 103.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74CF52 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 82 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.19 |
| HSL | 103.68º | 0.57% | 0.57% | - |
| HSV(B) | 103.68º | 0.6% | 0.81% | - |
| XYZ | 31.04 | 48.95 | 15.79 | - |
| YUV | 165.54 | 80.85 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 82 | 0.44 | 0 | 0.60 | 0.19 | 103.68 | 0.57 | 0.57 |
| Hex | 74 | CF | 52 | 2C | 0 | 3C | 13 | 68 | 39 | 39 |
| Octal | 164 | 317 | 122 | 54 | 0 | 74 | 23 | 150 | 71 | 71 |
| Binary | 1110100 | 11001111 | 1010010 | 101100 | 0 | 111100 | 10011 | 1101000 | 111001 | 111001 |
Color Harmonies of #74CF52
Complementary color
Monochromatic Colors of #74CF52
Black with #74CF52
Text Example
Text Example
White with #74CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF52; }
p { color: rgb(116,207,82); }
H1.HeaderClassName
{
color: #74CF52;
}
.AnyTagClassName
{
color: #74CF52;
}
</style>
background-color css
<style>
a { background-color: #74CF52; }
a { background-color: rgb(116,207,82); }
div.DivClassName
{
background-color: #74CF52;
}
.BgClassName
{
background-color: #74CF52;
}
</style>
border-color css
<style>
span { border-color: #74CF52; }
span { border-color: rgb(116,207,82); }
td.TdClassName
{
border-color: #74CF52;
}
.TagClassName
{
border-color: #74CF52;
}
</style>