Shades of Mantis #74CD5C
Tints of Mantis #74CD5C
RGB
CMYK
RGB Variations
Color information
#74CD5C (or 0x74CD5C) is known color: Mantis. HEX triplet: 74, CD and 5C. RGB value is (116,205,92). Sum of RGB (Red+Green+Blue) = 116+205+92=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CD5C is #8B32A3. Grayscale: #A5A5A5. Windows color (decimal): -9122468 or 6081908. OLE color: 6081908.
HSL color Cylindrical-coordinate representation of color #74CD5C: hue angle of 107.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74CD5C is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 205 | 92 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.20 |
| HSL | 107.26º | 0.53% | 0.58% | - |
| HSV(B) | 107.26º | 0.55% | 0.8% | - |
| XYZ | 30.97 | 48.15 | 17.79 | - |
| YUV | 165.51 | 86.51 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 92 | 0.43 | 0 | 0.55 | 0.20 | 107.26 | 0.53 | 0.58 |
| Hex | 74 | CD | 5C | 2B | 0 | 37 | 14 | 6B | 35 | 3A |
| Octal | 164 | 315 | 134 | 53 | 0 | 67 | 24 | 153 | 65 | 72 |
| Binary | 1110100 | 11001101 | 1011100 | 101011 | 0 | 110111 | 10100 | 1101011 | 110101 | 111010 |
Color Harmonies of #74CD5C
Complementary color
Monochromatic Colors of #74CD5C
Black with #74CD5C
Text Example
Text Example
White with #74CD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CD5C; }
p { color: rgb(116,205,92); }
H1.HeaderClassName
{
color: #74CD5C;
}
.AnyTagClassName
{
color: #74CD5C;
}
</style>
background-color css
<style>
a { background-color: #74CD5C; }
a { background-color: rgb(116,205,92); }
div.DivClassName
{
background-color: #74CD5C;
}
.BgClassName
{
background-color: #74CD5C;
}
</style>
border-color css
<style>
span { border-color: #74CD5C; }
span { border-color: rgb(116,205,92); }
td.TdClassName
{
border-color: #74CD5C;
}
.TagClassName
{
border-color: #74CD5C;
}
</style>