Shades of Mantis #74DA45
Tints of Mantis #74DA45
RGB
CMYK
RGB Variations
Color information
#74DA45 (or 0x74DA45) is known color: Mantis. HEX triplet: 74, DA and 45. RGB value is (116,218,69). Sum of RGB (Red+Green+Blue) = 116+218+69=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DA45 is #8B25BA. Grayscale: #ABABAB. Windows color (decimal): -9119163 or 4577908. OLE color: 4577908.
HSL color Cylindrical-coordinate representation of color #74DA45: hue angle of 101.07º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74DA45 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 69 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.15 |
| HSL | 101.07º | 0.67% | 0.56% | - |
| HSV(B) | 101.07º | 0.68% | 0.85% | - |
| XYZ | 33.35 | 54.29 | 14.35 | - |
| YUV | 170.52 | 70.71 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 69 | 0.47 | 0 | 0.68 | 0.15 | 101.07 | 0.67 | 0.56 |
| Hex | 74 | DA | 45 | 2F | 0 | 44 | F | 65 | 43 | 38 |
| Octal | 164 | 332 | 105 | 57 | 0 | 104 | 17 | 145 | 103 | 70 |
| Binary | 1110100 | 11011010 | 1000101 | 101111 | 0 | 1000100 | 1111 | 1100101 | 1000011 | 111000 |
Color Harmonies of #74DA45
Complementary color
Monochromatic Colors of #74DA45
Black with #74DA45
Text Example
Text Example
White with #74DA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DA45; }
p { color: rgb(116,218,69); }
H1.HeaderClassName
{
color: #74DA45;
}
.AnyTagClassName
{
color: #74DA45;
}
</style>
background-color css
<style>
a { background-color: #74DA45; }
a { background-color: rgb(116,218,69); }
div.DivClassName
{
background-color: #74DA45;
}
.BgClassName
{
background-color: #74DA45;
}
</style>
border-color css
<style>
span { border-color: #74DA45; }
span { border-color: rgb(116,218,69); }
td.TdClassName
{
border-color: #74DA45;
}
.TagClassName
{
border-color: #74DA45;
}
</style>