Shades of Mantis #74D93F
Tints of Mantis #74D93F
RGB
CMYK
RGB Variations
Color information
#74D93F (or 0x74D93F) is known color: Mantis. HEX triplet: 74, D9 and 3F. RGB value is (116,217,63). Sum of RGB (Red+Green+Blue) = 116+217+63=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 217 (85.16% from 255 or 54.80% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 217 - color contains mainly: green. Hex color #74D93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D93F is #8B26C0. Grayscale: #A9A9A9. Windows color (decimal): -9119425 or 4184436. OLE color: 4184436.
HSL color Cylindrical-coordinate representation of color #74D93F: hue angle of 99.35º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74D93F is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 217 | 63 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.15 |
| HSL | 99.35º | 0.67% | 0.55% | - |
| HSV(B) | 99.35º | 0.71% | 0.85% | - |
| XYZ | 32.91 | 53.7 | 13.33 | - |
| YUV | 169.25 | 68.04 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 217 | 63 | 0.47 | 0 | 0.71 | 0.15 | 99.35 | 0.67 | 0.55 |
| Hex | 74 | D9 | 3F | 2F | 0 | 47 | F | 63 | 43 | 37 |
| Octal | 164 | 331 | 77 | 57 | 0 | 107 | 17 | 143 | 103 | 67 |
| Binary | 1110100 | 11011001 | 111111 | 101111 | 0 | 1000111 | 1111 | 1100011 | 1000011 | 110111 |
Color Harmonies of #74D93F
Complementary color
Monochromatic Colors of #74D93F
Black with #74D93F
Text Example
Text Example
White with #74D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D93F; }
p { color: rgb(116,217,63); }
H1.HeaderClassName
{
color: #74D93F;
}
.AnyTagClassName
{
color: #74D93F;
}
</style>
background-color css
<style>
a { background-color: #74D93F; }
a { background-color: rgb(116,217,63); }
div.DivClassName
{
background-color: #74D93F;
}
.BgClassName
{
background-color: #74D93F;
}
</style>
border-color css
<style>
span { border-color: #74D93F; }
span { border-color: rgb(116,217,63); }
td.TdClassName
{
border-color: #74D93F;
}
.TagClassName
{
border-color: #74D93F;
}
</style>