Shades of Mantis #74D05F
Tints of Mantis #74D05F
RGB
CMYK
RGB Variations
Color information
#74D05F (or 0x74D05F) is known color: Mantis. HEX triplet: 74, D0 and 5F. RGB value is (116,208,95). Sum of RGB (Red+Green+Blue) = 116+208+95=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #74D05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D05F is #8B2FA0. Grayscale: #A7A7A7. Windows color (decimal): -9121697 or 6279284. OLE color: 6279284.
HSL color Cylindrical-coordinate representation of color #74D05F: hue angle of 108.85º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74D05F is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 208 | 95 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.18 |
| HSL | 108.85º | 0.55% | 0.59% | - |
| HSV(B) | 108.85º | 0.54% | 0.82% | - |
| XYZ | 31.82 | 49.65 | 18.73 | - |
| YUV | 167.61 | 87.02 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 95 | 0.44 | 0 | 0.54 | 0.18 | 108.85 | 0.55 | 0.59 |
| Hex | 74 | D0 | 5F | 2C | 0 | 36 | 12 | 6D | 37 | 3B |
| Octal | 164 | 320 | 137 | 54 | 0 | 66 | 22 | 155 | 67 | 73 |
| Binary | 1110100 | 11010000 | 1011111 | 101100 | 0 | 110110 | 10010 | 1101101 | 110111 | 111011 |
Color Harmonies of #74D05F
Complementary color
Monochromatic Colors of #74D05F
Black with #74D05F
Text Example
Text Example
White with #74D05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D05F; }
p { color: rgb(116,208,95); }
H1.HeaderClassName
{
color: #74D05F;
}
.AnyTagClassName
{
color: #74D05F;
}
</style>
background-color css
<style>
a { background-color: #74D05F; }
a { background-color: rgb(116,208,95); }
div.DivClassName
{
background-color: #74D05F;
}
.BgClassName
{
background-color: #74D05F;
}
</style>
border-color css
<style>
span { border-color: #74D05F; }
span { border-color: rgb(116,208,95); }
td.TdClassName
{
border-color: #74D05F;
}
.TagClassName
{
border-color: #74D05F;
}
</style>