Shades of Mantis #74CE4D
Tints of Mantis #74CE4D
RGB
CMYK
RGB Variations
Color information
#74CE4D (or 0x74CE4D) is known color: Mantis. HEX triplet: 74, CE and 4D. RGB value is (116,206,77). Sum of RGB (Red+Green+Blue) = 116+206+77=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CE4D is #8B31B2. Grayscale: #A4A4A4. Windows color (decimal): -9122227 or 5099124. OLE color: 5099124.
HSL color Cylindrical-coordinate representation of color #74CE4D: hue angle of 101.86º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74CE4D is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 77 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.19 |
| HSL | 101.86º | 0.57% | 0.55% | - |
| HSV(B) | 101.86º | 0.63% | 0.81% | - |
| XYZ | 30.61 | 48.39 | 14.75 | - |
| YUV | 164.38 | 78.68 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 77 | 0.44 | 0 | 0.63 | 0.19 | 101.86 | 0.57 | 0.55 |
| Hex | 74 | CE | 4D | 2C | 0 | 3F | 13 | 66 | 39 | 37 |
| Octal | 164 | 316 | 115 | 54 | 0 | 77 | 23 | 146 | 71 | 67 |
| Binary | 1110100 | 11001110 | 1001101 | 101100 | 0 | 111111 | 10011 | 1100110 | 111001 | 110111 |
Color Harmonies of #74CE4D
Complementary color
Monochromatic Colors of #74CE4D
Black with #74CE4D
Text Example
Text Example
White with #74CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CE4D; }
p { color: rgb(116,206,77); }
H1.HeaderClassName
{
color: #74CE4D;
}
.AnyTagClassName
{
color: #74CE4D;
}
</style>
background-color css
<style>
a { background-color: #74CE4D; }
a { background-color: rgb(116,206,77); }
div.DivClassName
{
background-color: #74CE4D;
}
.BgClassName
{
background-color: #74CE4D;
}
</style>
border-color css
<style>
span { border-color: #74CE4D; }
span { border-color: rgb(116,206,77); }
td.TdClassName
{
border-color: #74CE4D;
}
.TagClassName
{
border-color: #74CE4D;
}
</style>