Shades of Mantis #75DD4C
Tints of Mantis #75DD4C
RGB
CMYK
RGB Variations
Color information
#75DD4C (or 0x75DD4C) is known color: Mantis. HEX triplet: 75, DD and 4C. RGB value is (117,221,76). Sum of RGB (Red+Green+Blue) = 117+221+76=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DD4C is #8A22B3. Grayscale: #ADADAD. Windows color (decimal): -9052852 or 5037429. OLE color: 5037429.
HSL color Cylindrical-coordinate representation of color #75DD4C: hue angle of 103.03º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75DD4C is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 76 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.13 |
| HSL | 103.03º | 0.68% | 0.58% | - |
| HSV(B) | 103.03º | 0.66% | 0.87% | - |
| XYZ | 34.5 | 56.02 | 15.83 | - |
| YUV | 173.37 | 73.04 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 76 | 0.47 | 0 | 0.66 | 0.13 | 103.03 | 0.68 | 0.58 |
| Hex | 75 | DD | 4C | 2F | 0 | 42 | D | 67 | 44 | 3A |
| Octal | 165 | 335 | 114 | 57 | 0 | 102 | 15 | 147 | 104 | 72 |
| Binary | 1110101 | 11011101 | 1001100 | 101111 | 0 | 1000010 | 1101 | 1100111 | 1000100 | 111010 |
Color Harmonies of #75DD4C
Complementary color
Monochromatic Colors of #75DD4C
Black with #75DD4C
Text Example
Text Example
White with #75DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DD4C; }
p { color: rgb(117,221,76); }
H1.HeaderClassName
{
color: #75DD4C;
}
.AnyTagClassName
{
color: #75DD4C;
}
</style>
background-color css
<style>
a { background-color: #75DD4C; }
a { background-color: rgb(117,221,76); }
div.DivClassName
{
background-color: #75DD4C;
}
.BgClassName
{
background-color: #75DD4C;
}
</style>
border-color css
<style>
span { border-color: #75DD4C; }
span { border-color: rgb(117,221,76); }
td.TdClassName
{
border-color: #75DD4C;
}
.TagClassName
{
border-color: #75DD4C;
}
</style>