Shades of Mantis #74D83D
Tints of Mantis #74D83D
RGB
CMYK
RGB Variations
Color information
#74D83D (or 0x74D83D) is known color: Mantis. HEX triplet: 74, D8 and 3D. RGB value is (116,216,61). Sum of RGB (Red+Green+Blue) = 116+216+61=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #74D83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D83D is #8B27C2. Grayscale: #A8A8A8. Windows color (decimal): -9119683 or 4053108. OLE color: 4053108.
HSL color Cylindrical-coordinate representation of color #74D83D: hue angle of 98.71º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74D83D is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 61 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.15 |
| HSL | 98.71º | 0.67% | 0.54% | - |
| HSV(B) | 98.71º | 0.72% | 0.85% | - |
| XYZ | 32.6 | 53.16 | 12.96 | - |
| YUV | 168.43 | 67.37 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 61 | 0.46 | 0 | 0.72 | 0.15 | 98.71 | 0.67 | 0.54 |
| Hex | 74 | D8 | 3D | 2E | 0 | 48 | F | 63 | 43 | 36 |
| Octal | 164 | 330 | 75 | 56 | 0 | 110 | 17 | 143 | 103 | 66 |
| Binary | 1110100 | 11011000 | 111101 | 101110 | 0 | 1001000 | 1111 | 1100011 | 1000011 | 110110 |
Color Harmonies of #74D83D
Complementary color
Monochromatic Colors of #74D83D
Black with #74D83D
Text Example
Text Example
White with #74D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D83D; }
p { color: rgb(116,216,61); }
H1.HeaderClassName
{
color: #74D83D;
}
.AnyTagClassName
{
color: #74D83D;
}
</style>
background-color css
<style>
a { background-color: #74D83D; }
a { background-color: rgb(116,216,61); }
div.DivClassName
{
background-color: #74D83D;
}
.BgClassName
{
background-color: #74D83D;
}
</style>
border-color css
<style>
span { border-color: #74D83D; }
span { border-color: rgb(116,216,61); }
td.TdClassName
{
border-color: #74D83D;
}
.TagClassName
{
border-color: #74D83D;
}
</style>