Shades of Mantis #74CE4C
Tints of Mantis #74CE4C
RGB
CMYK
RGB Variations
Color information
#74CE4C (or 0x74CE4C) is known color: Mantis. HEX triplet: 74, CE and 4C. RGB value is (116,206,76). Sum of RGB (Red+Green+Blue) = 116+206+76=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CE4C is #8B31B3. Grayscale: #A4A4A4. Windows color (decimal): -9122228 or 5033588. OLE color: 5033588.
HSL color Cylindrical-coordinate representation of color #74CE4C: hue angle of 101.54º 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 #74CE4C is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 76 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.19 |
| HSL | 101.54º | 0.57% | 0.55% | - |
| HSV(B) | 101.54º | 0.63% | 0.81% | - |
| XYZ | 30.58 | 48.38 | 14.56 | - |
| YUV | 164.27 | 78.18 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 76 | 0.44 | 0 | 0.63 | 0.19 | 101.54 | 0.57 | 0.55 |
| Hex | 74 | CE | 4C | 2C | 0 | 3F | 13 | 66 | 39 | 37 |
| Octal | 164 | 316 | 114 | 54 | 0 | 77 | 23 | 146 | 71 | 67 |
| Binary | 1110100 | 11001110 | 1001100 | 101100 | 0 | 111111 | 10011 | 1100110 | 111001 | 110111 |
Color Harmonies of #74CE4C
Complementary color
Monochromatic Colors of #74CE4C
Black with #74CE4C
Text Example
Text Example
White with #74CE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CE4C; }
p { color: rgb(116,206,76); }
H1.HeaderClassName
{
color: #74CE4C;
}
.AnyTagClassName
{
color: #74CE4C;
}
</style>
background-color css
<style>
a { background-color: #74CE4C; }
a { background-color: rgb(116,206,76); }
div.DivClassName
{
background-color: #74CE4C;
}
.BgClassName
{
background-color: #74CE4C;
}
</style>
border-color css
<style>
span { border-color: #74CE4C; }
span { border-color: rgb(116,206,76); }
td.TdClassName
{
border-color: #74CE4C;
}
.TagClassName
{
border-color: #74CE4C;
}
</style>