Shades of Mantis #74D064
Tints of Mantis #74D064
RGB
CMYK
RGB Variations
Color information
#74D064 (or 0x74D064) is known color: Mantis. HEX triplet: 74, D0 and 64. RGB value is (116,208,100). Sum of RGB (Red+Green+Blue) = 116+208+100=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #74D064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D064 is #8B2F9B. Grayscale: #A8A8A8. Windows color (decimal): -9121692 or 6606964. OLE color: 6606964.
HSL color Cylindrical-coordinate representation of color #74D064: hue angle of 111.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74D064 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 208 | 100 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.18 |
| HSL | 111.11º | 0.53% | 0.6% | - |
| HSV(B) | 111.11º | 0.52% | 0.82% | - |
| XYZ | 32.06 | 49.74 | 19.97 | - |
| YUV | 168.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 100 | 0.44 | 0 | 0.52 | 0.18 | 111.11 | 0.53 | 0.6 |
| Hex | 74 | D0 | 64 | 2C | 0 | 34 | 12 | 6F | 35 | 3C |
| Octal | 164 | 320 | 144 | 54 | 0 | 64 | 22 | 157 | 65 | 74 |
| Binary | 1110100 | 11010000 | 1100100 | 101100 | 0 | 110100 | 10010 | 1101111 | 110101 | 111100 |
Color Harmonies of #74D064
Complementary color
Monochromatic Colors of #74D064
Black with #74D064
Text Example
Text Example
White with #74D064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D064; }
p { color: rgb(116,208,100); }
H1.HeaderClassName
{
color: #74D064;
}
.AnyTagClassName
{
color: #74D064;
}
</style>
background-color css
<style>
a { background-color: #74D064; }
a { background-color: rgb(116,208,100); }
div.DivClassName
{
background-color: #74D064;
}
.BgClassName
{
background-color: #74D064;
}
</style>
border-color css
<style>
span { border-color: #74D064; }
span { border-color: rgb(116,208,100); }
td.TdClassName
{
border-color: #74D064;
}
.TagClassName
{
border-color: #74D064;
}
</style>