Shades of Mantis #74B85C
Tints of Mantis #74B85C
RGB
CMYK
RGB Variations
Color information
#74B85C (or 0x74B85C) is known color: Mantis. HEX triplet: 74, B8 and 5C. RGB value is (116,184,92). Sum of RGB (Red+Green+Blue) = 116+184+92=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #74B85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B85C is #8B47A3. Grayscale: #999999. Windows color (decimal): -9127844 or 6076532. OLE color: 6076532.
HSL color Cylindrical-coordinate representation of color #74B85C: hue angle of 104.35º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74B85C is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 184 | 92 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.28 |
| HSL | 104.35º | 0.39% | 0.54% | - |
| HSV(B) | 104.35º | 0.5% | 0.72% | - |
| XYZ | 26.27 | 38.77 | 16.22 | - |
| YUV | 153.18 | 93.47 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 184 | 92 | 0.37 | 0 | 0.50 | 0.28 | 104.35 | 0.39 | 0.54 |
| Hex | 74 | B8 | 5C | 25 | 0 | 32 | 1C | 68 | 27 | 36 |
| Octal | 164 | 270 | 134 | 45 | 0 | 62 | 34 | 150 | 47 | 66 |
| Binary | 1110100 | 10111000 | 1011100 | 100101 | 0 | 110010 | 11100 | 1101000 | 100111 | 110110 |
Color Harmonies of #74B85C
Complementary color
Monochromatic Colors of #74B85C
Black with #74B85C
Text Example
Text Example
White with #74B85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B85C; }
p { color: rgb(116,184,92); }
H1.HeaderClassName
{
color: #74B85C;
}
.AnyTagClassName
{
color: #74B85C;
}
</style>
background-color css
<style>
a { background-color: #74B85C; }
a { background-color: rgb(116,184,92); }
div.DivClassName
{
background-color: #74B85C;
}
.BgClassName
{
background-color: #74B85C;
}
</style>
border-color css
<style>
span { border-color: #74B85C; }
span { border-color: rgb(116,184,92); }
td.TdClassName
{
border-color: #74B85C;
}
.TagClassName
{
border-color: #74B85C;
}
</style>