Shades of Mantis #75DA3C
Tints of Mantis #75DA3C
RGB
CMYK
RGB Variations
Color information
#75DA3C (or 0x75DA3C) is known color: Mantis. HEX triplet: 75, DA and 3C. RGB value is (117,218,60). Sum of RGB (Red+Green+Blue) = 117+218+60=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DA3C is #8A25C3. Grayscale: #AAAAAA. Windows color (decimal): -9053636 or 3988085. OLE color: 3988085.
HSL color Cylindrical-coordinate representation of color #75DA3C: hue angle of 98.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75DA3C is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 218 | 60 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.15 |
| HSL | 98.35º | 0.68% | 0.55% | - |
| HSV(B) | 98.35º | 0.72% | 0.85% | - |
| XYZ | 33.22 | 54.25 | 13 | - |
| YUV | 169.79 | 66.04 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 218 | 60 | 0.46 | 0 | 0.72 | 0.15 | 98.35 | 0.68 | 0.55 |
| Hex | 75 | DA | 3C | 2E | 0 | 48 | F | 62 | 44 | 37 |
| Octal | 165 | 332 | 74 | 56 | 0 | 110 | 17 | 142 | 104 | 67 |
| Binary | 1110101 | 11011010 | 111100 | 101110 | 0 | 1001000 | 1111 | 1100010 | 1000100 | 110111 |
Color Harmonies of #75DA3C
Complementary color
Monochromatic Colors of #75DA3C
Black with #75DA3C
Text Example
Text Example
White with #75DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DA3C; }
p { color: rgb(117,218,60); }
H1.HeaderClassName
{
color: #75DA3C;
}
.AnyTagClassName
{
color: #75DA3C;
}
</style>
background-color css
<style>
a { background-color: #75DA3C; }
a { background-color: rgb(117,218,60); }
div.DivClassName
{
background-color: #75DA3C;
}
.BgClassName
{
background-color: #75DA3C;
}
</style>
border-color css
<style>
span { border-color: #75DA3C; }
span { border-color: rgb(117,218,60); }
td.TdClassName
{
border-color: #75DA3C;
}
.TagClassName
{
border-color: #75DA3C;
}
</style>