Shades of Mantis #75CE4D
Tints of Mantis #75CE4D
RGB
CMYK
RGB Variations
Color information
#75CE4D (or 0x75CE4D) is known color: Mantis. HEX triplet: 75, CE and 4D. RGB value is (117,206,77). Sum of RGB (Red+Green+Blue) = 117+206+77=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CE4D is #8A31B2. Grayscale: #A5A5A5. Windows color (decimal): -9056691 or 5099125. OLE color: 5099125.
HSL color Cylindrical-coordinate representation of color #75CE4D: hue angle of 101.4º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75CE4D is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 206 | 77 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.19 |
| HSL | 101.4º | 0.57% | 0.55% | - |
| HSV(B) | 101.4º | 0.63% | 0.81% | - |
| XYZ | 30.75 | 48.46 | 14.75 | - |
| YUV | 164.68 | 78.51 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 77 | 0.43 | 0 | 0.63 | 0.19 | 101.4 | 0.57 | 0.55 |
| Hex | 75 | CE | 4D | 2B | 0 | 3F | 13 | 65 | 39 | 37 |
| Octal | 165 | 316 | 115 | 53 | 0 | 77 | 23 | 145 | 71 | 67 |
| Binary | 1110101 | 11001110 | 1001101 | 101011 | 0 | 111111 | 10011 | 1100101 | 111001 | 110111 |
Color Harmonies of #75CE4D
Complementary color
Monochromatic Colors of #75CE4D
Black with #75CE4D
Text Example
Text Example
White with #75CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CE4D; }
p { color: rgb(117,206,77); }
H1.HeaderClassName
{
color: #75CE4D;
}
.AnyTagClassName
{
color: #75CE4D;
}
</style>
background-color css
<style>
a { background-color: #75CE4D; }
a { background-color: rgb(117,206,77); }
div.DivClassName
{
background-color: #75CE4D;
}
.BgClassName
{
background-color: #75CE4D;
}
</style>
border-color css
<style>
span { border-color: #75CE4D; }
span { border-color: rgb(117,206,77); }
td.TdClassName
{
border-color: #75CE4D;
}
.TagClassName
{
border-color: #75CE4D;
}
</style>