Shades of Mantis #74D655
Tints of Mantis #74D655
RGB
CMYK
RGB Variations
Color information
#74D655 (or 0x74D655) is known color: Mantis. HEX triplet: 74, D6 and 55. RGB value is (116,214,85). Sum of RGB (Red+Green+Blue) = 116+214+85=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #74D655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D655 is #8B29AA. Grayscale: #AAAAAA. Windows color (decimal): -9120171 or 5625460. OLE color: 5625460.
HSL color Cylindrical-coordinate representation of color #74D655: hue angle of 105.58º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74D655 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 85 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.16 |
| HSL | 105.58º | 0.61% | 0.59% | - |
| HSV(B) | 105.58º | 0.6% | 0.84% | - |
| XYZ | 32.89 | 52.46 | 16.99 | - |
| YUV | 169.99 | 80.03 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 85 | 0.46 | 0 | 0.60 | 0.16 | 105.58 | 0.61 | 0.59 |
| Hex | 74 | D6 | 55 | 2E | 0 | 3C | 10 | 6A | 3D | 3B |
| Octal | 164 | 326 | 125 | 56 | 0 | 74 | 20 | 152 | 75 | 73 |
| Binary | 1110100 | 11010110 | 1010101 | 101110 | 0 | 111100 | 10000 | 1101010 | 111101 | 111011 |
Color Harmonies of #74D655
Complementary color
Monochromatic Colors of #74D655
Black with #74D655
Text Example
Text Example
White with #74D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D655; }
p { color: rgb(116,214,85); }
H1.HeaderClassName
{
color: #74D655;
}
.AnyTagClassName
{
color: #74D655;
}
</style>
background-color css
<style>
a { background-color: #74D655; }
a { background-color: rgb(116,214,85); }
div.DivClassName
{
background-color: #74D655;
}
.BgClassName
{
background-color: #74D655;
}
</style>
border-color css
<style>
span { border-color: #74D655; }
span { border-color: rgb(116,214,85); }
td.TdClassName
{
border-color: #74D655;
}
.TagClassName
{
border-color: #74D655;
}
</style>