Shades of Mantis #74B653
Tints of Mantis #74B653
RGB
CMYK
RGB Variations
Color information
#74B653 (or 0x74B653) is known color: Mantis. HEX triplet: 74, B6 and 53. RGB value is (116,182,83). Sum of RGB (Red+Green+Blue) = 116+182+83=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #74B653 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B653 is #8B49AC. Grayscale: #979797. Windows color (decimal): -9128365 or 5486196. OLE color: 5486196.
HSL color Cylindrical-coordinate representation of color #74B653: hue angle of 100º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74B653 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 182 | 83 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.29 |
| HSL | 100º | 0.4% | 0.52% | - |
| HSV(B) | 100º | 0.54% | 0.71% | - |
| XYZ | 25.49 | 37.79 | 14.13 | - |
| YUV | 150.98 | 89.63 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 83 | 0.36 | 0 | 0.54 | 0.29 | 100 | 0.4 | 0.52 |
| Hex | 74 | B6 | 53 | 24 | 0 | 36 | 1D | 64 | 28 | 34 |
| Octal | 164 | 266 | 123 | 44 | 0 | 66 | 35 | 144 | 50 | 64 |
| Binary | 1110100 | 10110110 | 1010011 | 100100 | 0 | 110110 | 11101 | 1100100 | 101000 | 110100 |
Color Harmonies of #74B653
Complementary color
Monochromatic Colors of #74B653
Black with #74B653
Text Example
Text Example
White with #74B653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B653; }
p { color: rgb(116,182,83); }
H1.HeaderClassName
{
color: #74B653;
}
.AnyTagClassName
{
color: #74B653;
}
</style>
background-color css
<style>
a { background-color: #74B653; }
a { background-color: rgb(116,182,83); }
div.DivClassName
{
background-color: #74B653;
}
.BgClassName
{
background-color: #74B653;
}
</style>
border-color css
<style>
span { border-color: #74B653; }
span { border-color: rgb(116,182,83); }
td.TdClassName
{
border-color: #74B653;
}
.TagClassName
{
border-color: #74B653;
}
</style>