Shades of Mantis #74CE4A
Tints of Mantis #74CE4A
RGB
CMYK
RGB Variations
Color information
#74CE4A (or 0x74CE4A) is known color: Mantis. HEX triplet: 74, CE and 4A. RGB value is (116,206,74). Sum of RGB (Red+Green+Blue) = 116+206+74=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CE4A is #8B31B5. Grayscale: #A4A4A4. Windows color (decimal): -9122230 or 4902516. OLE color: 4902516.
HSL color Cylindrical-coordinate representation of color #74CE4A: hue angle of 100.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74CE4A is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 74 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.19 |
| HSL | 100.91º | 0.57% | 0.55% | - |
| HSV(B) | 100.91º | 0.64% | 0.81% | - |
| XYZ | 30.51 | 48.35 | 14.2 | - |
| YUV | 164.04 | 77.18 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 74 | 0.44 | 0 | 0.64 | 0.19 | 100.91 | 0.57 | 0.55 |
| Hex | 74 | CE | 4A | 2C | 0 | 40 | 13 | 65 | 39 | 37 |
| Octal | 164 | 316 | 112 | 54 | 0 | 100 | 23 | 145 | 71 | 67 |
| Binary | 1110100 | 11001110 | 1001010 | 101100 | 0 | 1000000 | 10011 | 1100101 | 111001 | 110111 |
Color Harmonies of #74CE4A
Complementary color
Monochromatic Colors of #74CE4A
Black with #74CE4A
Text Example
Text Example
White with #74CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CE4A; }
p { color: rgb(116,206,74); }
H1.HeaderClassName
{
color: #74CE4A;
}
.AnyTagClassName
{
color: #74CE4A;
}
</style>
background-color css
<style>
a { background-color: #74CE4A; }
a { background-color: rgb(116,206,74); }
div.DivClassName
{
background-color: #74CE4A;
}
.BgClassName
{
background-color: #74CE4A;
}
</style>
border-color css
<style>
span { border-color: #74CE4A; }
span { border-color: rgb(116,206,74); }
td.TdClassName
{
border-color: #74CE4A;
}
.TagClassName
{
border-color: #74CE4A;
}
</style>