Shades of Mantis #74DC54
Tints of Mantis #74DC54
RGB
CMYK
RGB Variations
Color information
#74DC54 (or 0x74DC54) is known color: Mantis. HEX triplet: 74, DC and 54. RGB value is (116,220,84). Sum of RGB (Red+Green+Blue) = 116+220+84=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DC54 is #8B23AB. Grayscale: #ADADAD. Windows color (decimal): -9118636 or 5561460. OLE color: 5561460.
HSL color Cylindrical-coordinate representation of color #74DC54: hue angle of 105.88º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74DC54 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 84 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.14 |
| HSL | 105.88º | 0.66% | 0.6% | - |
| HSV(B) | 105.88º | 0.62% | 0.86% | - |
| XYZ | 34.4 | 55.54 | 17.29 | - |
| YUV | 173.4 | 77.54 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 84 | 0.47 | 0 | 0.62 | 0.14 | 105.88 | 0.66 | 0.6 |
| Hex | 74 | DC | 54 | 2F | 0 | 3E | E | 6A | 42 | 3C |
| Octal | 164 | 334 | 124 | 57 | 0 | 76 | 16 | 152 | 102 | 74 |
| Binary | 1110100 | 11011100 | 1010100 | 101111 | 0 | 111110 | 1110 | 1101010 | 1000010 | 111100 |
Color Harmonies of #74DC54
Complementary color
Monochromatic Colors of #74DC54
Black with #74DC54
Text Example
Text Example
White with #74DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC54; }
p { color: rgb(116,220,84); }
H1.HeaderClassName
{
color: #74DC54;
}
.AnyTagClassName
{
color: #74DC54;
}
</style>
background-color css
<style>
a { background-color: #74DC54; }
a { background-color: rgb(116,220,84); }
div.DivClassName
{
background-color: #74DC54;
}
.BgClassName
{
background-color: #74DC54;
}
</style>
border-color css
<style>
span { border-color: #74DC54; }
span { border-color: rgb(116,220,84); }
td.TdClassName
{
border-color: #74DC54;
}
.TagClassName
{
border-color: #74DC54;
}
</style>