Shades of Mantis #74D05E
Tints of Mantis #74D05E
RGB
CMYK
RGB Variations
Color information
#74D05E (or 0x74D05E) is known color: Mantis. HEX triplet: 74, D0 and 5E. RGB value is (116,208,94). Sum of RGB (Red+Green+Blue) = 116+208+94=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #74D05E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D05E is #8B2FA1. Grayscale: #A7A7A7. Windows color (decimal): -9121698 or 6213748. OLE color: 6213748.
HSL color Cylindrical-coordinate representation of color #74D05E: hue angle of 108.42º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74D05E is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 208 | 94 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.18 |
| HSL | 108.42º | 0.55% | 0.59% | - |
| HSV(B) | 108.42º | 0.55% | 0.82% | - |
| XYZ | 31.78 | 49.63 | 18.49 | - |
| YUV | 167.5 | 86.52 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 94 | 0.44 | 0 | 0.55 | 0.18 | 108.42 | 0.55 | 0.59 |
| Hex | 74 | D0 | 5E | 2C | 0 | 37 | 12 | 6C | 37 | 3B |
| Octal | 164 | 320 | 136 | 54 | 0 | 67 | 22 | 154 | 67 | 73 |
| Binary | 1110100 | 11010000 | 1011110 | 101100 | 0 | 110111 | 10010 | 1101100 | 110111 | 111011 |
Color Harmonies of #74D05E
Complementary color
Monochromatic Colors of #74D05E
Black with #74D05E
Text Example
Text Example
White with #74D05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D05E; }
p { color: rgb(116,208,94); }
H1.HeaderClassName
{
color: #74D05E;
}
.AnyTagClassName
{
color: #74D05E;
}
</style>
background-color css
<style>
a { background-color: #74D05E; }
a { background-color: rgb(116,208,94); }
div.DivClassName
{
background-color: #74D05E;
}
.BgClassName
{
background-color: #74D05E;
}
</style>
border-color css
<style>
span { border-color: #74D05E; }
span { border-color: rgb(116,208,94); }
td.TdClassName
{
border-color: #74D05E;
}
.TagClassName
{
border-color: #74D05E;
}
</style>