Shades of Mantis #74DD53
Tints of Mantis #74DD53
RGB
CMYK
RGB Variations
Color information
#74DD53 (or 0x74DD53) is known color: Mantis. HEX triplet: 74, DD and 53. RGB value is (116,221,83). Sum of RGB (Red+Green+Blue) = 116+221+83=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DD53 is #8B22AC. Grayscale: #AEAEAE. Windows color (decimal): -9118381 or 5496180. OLE color: 5496180.
HSL color Cylindrical-coordinate representation of color #74DD53: hue angle of 105.65º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74DD53 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 83 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.13 |
| HSL | 105.65º | 0.67% | 0.6% | - |
| HSV(B) | 105.65º | 0.62% | 0.87% | - |
| XYZ | 34.62 | 56.05 | 17.18 | - |
| YUV | 173.87 | 76.71 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 83 | 0.48 | 0 | 0.62 | 0.13 | 105.65 | 0.67 | 0.6 |
| Hex | 74 | DD | 53 | 30 | 0 | 3E | D | 6A | 43 | 3C |
| Octal | 164 | 335 | 123 | 60 | 0 | 76 | 15 | 152 | 103 | 74 |
| Binary | 1110100 | 11011101 | 1010011 | 110000 | 0 | 111110 | 1101 | 1101010 | 1000011 | 111100 |
Color Harmonies of #74DD53
Complementary color
Monochromatic Colors of #74DD53
Black with #74DD53
Text Example
Text Example
White with #74DD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD53; }
p { color: rgb(116,221,83); }
H1.HeaderClassName
{
color: #74DD53;
}
.AnyTagClassName
{
color: #74DD53;
}
</style>
background-color css
<style>
a { background-color: #74DD53; }
a { background-color: rgb(116,221,83); }
div.DivClassName
{
background-color: #74DD53;
}
.BgClassName
{
background-color: #74DD53;
}
</style>
border-color css
<style>
span { border-color: #74DD53; }
span { border-color: rgb(116,221,83); }
td.TdClassName
{
border-color: #74DD53;
}
.TagClassName
{
border-color: #74DD53;
}
</style>