Shades of Mantis #74DC5B
Tints of Mantis #74DC5B
RGB
CMYK
RGB Variations
Color information
#74DC5B (or 0x74DC5B) is known color: Mantis. HEX triplet: 74, DC and 5B. RGB value is (116,220,91). Sum of RGB (Red+Green+Blue) = 116+220+91=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DC5B is #8B23A4. Grayscale: #AEAEAE. Windows color (decimal): -9118629 or 6020212. OLE color: 6020212.
HSL color Cylindrical-coordinate representation of color #74DC5B: hue angle of 108.37º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74DC5B is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 91 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.14 |
| HSL | 108.37º | 0.65% | 0.61% | - |
| HSV(B) | 108.37º | 0.59% | 0.86% | - |
| XYZ | 34.68 | 55.65 | 18.81 | - |
| YUV | 174.2 | 81.04 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 91 | 0.47 | 0 | 0.59 | 0.14 | 108.37 | 0.65 | 0.61 |
| Hex | 74 | DC | 5B | 2F | 0 | 3B | E | 6C | 41 | 3D |
| Octal | 164 | 334 | 133 | 57 | 0 | 73 | 16 | 154 | 101 | 75 |
| Binary | 1110100 | 11011100 | 1011011 | 101111 | 0 | 111011 | 1110 | 1101100 | 1000001 | 111101 |
Color Harmonies of #74DC5B
Complementary color
Monochromatic Colors of #74DC5B
Black with #74DC5B
Text Example
Text Example
White with #74DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC5B; }
p { color: rgb(116,220,91); }
H1.HeaderClassName
{
color: #74DC5B;
}
.AnyTagClassName
{
color: #74DC5B;
}
</style>
background-color css
<style>
a { background-color: #74DC5B; }
a { background-color: rgb(116,220,91); }
div.DivClassName
{
background-color: #74DC5B;
}
.BgClassName
{
background-color: #74DC5B;
}
</style>
border-color css
<style>
span { border-color: #74DC5B; }
span { border-color: rgb(116,220,91); }
td.TdClassName
{
border-color: #74DC5B;
}
.TagClassName
{
border-color: #74DC5B;
}
</style>