Shades of Mantis #74D64C
Tints of Mantis #74D64C
RGB
CMYK
RGB Variations
Color information
#74D64C (or 0x74D64C) is known color: Mantis. HEX triplet: 74, D6 and 4C. RGB value is (116,214,76). Sum of RGB (Red+Green+Blue) = 116+214+76=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #74D64C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D64C is #8B29B3. Grayscale: #A9A9A9. Windows color (decimal): -9120180 or 5035636. OLE color: 5035636.
HSL color Cylindrical-coordinate representation of color #74D64C: hue angle of 102.61º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74D64C is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 76 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.16 |
| HSL | 102.61º | 0.63% | 0.57% | - |
| HSV(B) | 102.61º | 0.64% | 0.84% | - |
| XYZ | 32.55 | 52.33 | 15.22 | - |
| YUV | 168.97 | 75.53 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 76 | 0.46 | 0 | 0.64 | 0.16 | 102.61 | 0.63 | 0.57 |
| Hex | 74 | D6 | 4C | 2E | 0 | 40 | 10 | 67 | 3F | 39 |
| Octal | 164 | 326 | 114 | 56 | 0 | 100 | 20 | 147 | 77 | 71 |
| Binary | 1110100 | 11010110 | 1001100 | 101110 | 0 | 1000000 | 10000 | 1100111 | 111111 | 111001 |
Color Harmonies of #74D64C
Complementary color
Monochromatic Colors of #74D64C
Black with #74D64C
Text Example
Text Example
White with #74D64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D64C; }
p { color: rgb(116,214,76); }
H1.HeaderClassName
{
color: #74D64C;
}
.AnyTagClassName
{
color: #74D64C;
}
</style>
background-color css
<style>
a { background-color: #74D64C; }
a { background-color: rgb(116,214,76); }
div.DivClassName
{
background-color: #74D64C;
}
.BgClassName
{
background-color: #74D64C;
}
</style>
border-color css
<style>
span { border-color: #74D64C; }
span { border-color: rgb(116,214,76); }
td.TdClassName
{
border-color: #74D64C;
}
.TagClassName
{
border-color: #74D64C;
}
</style>