Shades of Mantis #74CE52
Tints of Mantis #74CE52
RGB
CMYK
RGB Variations
Color information
#74CE52 (or 0x74CE52) is known color: Mantis. HEX triplet: 74, CE and 52. RGB value is (116,206,82). Sum of RGB (Red+Green+Blue) = 116+206+82=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CE52 is #8B31AD. Grayscale: #A5A5A5. Windows color (decimal): -9122222 or 5426804. OLE color: 5426804.
HSL color Cylindrical-coordinate representation of color #74CE52: hue angle of 103.55º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74CE52 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 82 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.19 |
| HSL | 103.55º | 0.56% | 0.56% | - |
| HSV(B) | 103.55º | 0.6% | 0.81% | - |
| XYZ | 30.8 | 48.46 | 15.71 | - |
| YUV | 164.95 | 81.18 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 82 | 0.44 | 0 | 0.60 | 0.19 | 103.55 | 0.56 | 0.56 |
| Hex | 74 | CE | 52 | 2C | 0 | 3C | 13 | 68 | 38 | 38 |
| Octal | 164 | 316 | 122 | 54 | 0 | 74 | 23 | 150 | 70 | 70 |
| Binary | 1110100 | 11001110 | 1010010 | 101100 | 0 | 111100 | 10011 | 1101000 | 111000 | 111000 |
Color Harmonies of #74CE52
Complementary color
Monochromatic Colors of #74CE52
Black with #74CE52
Text Example
Text Example
White with #74CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CE52; }
p { color: rgb(116,206,82); }
H1.HeaderClassName
{
color: #74CE52;
}
.AnyTagClassName
{
color: #74CE52;
}
</style>
background-color css
<style>
a { background-color: #74CE52; }
a { background-color: rgb(116,206,82); }
div.DivClassName
{
background-color: #74CE52;
}
.BgClassName
{
background-color: #74CE52;
}
</style>
border-color css
<style>
span { border-color: #74CE52; }
span { border-color: rgb(116,206,82); }
td.TdClassName
{
border-color: #74CE52;
}
.TagClassName
{
border-color: #74CE52;
}
</style>