Shades of Mantis #75DC39
Tints of Mantis #75DC39
RGB
CMYK
RGB Variations
Color information
#75DC39 (or 0x75DC39) is known color: Mantis. HEX triplet: 75, DC and 39. RGB value is (117,220,57). Sum of RGB (Red+Green+Blue) = 117+220+57=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DC39 is #8A23C6. Grayscale: #ABABAB. Windows color (decimal): -9053127 or 3791989. OLE color: 3791989.
HSL color Cylindrical-coordinate representation of color #75DC39: hue angle of 97.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75DC39 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
RGB | 117 | 220 | 57 | - |
CMYK | 0.47 | 0 | 0.74 | 0.14 |
HSL | 97.91º | 0.7% | 0.54% | - |
HSV(B) | 97.91º | 0.74% | 0.86% | - |
XYZ | 33.67 | 55.26 | 12.76 | - |
YUV | 170.62 | 63.88 | 89.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 117 | 220 | 57 | 0.47 | 0 | 0.74 | 0.14 | 97.91 | 0.7 | 0.54 |
Hex | 75 | DC | 39 | 2F | 0 | 4A | E | 62 | 46 | 36 |
Octal | 165 | 334 | 71 | 57 | 0 | 112 | 16 | 142 | 106 | 66 |
Binary | 1110101 | 11011100 | 111001 | 101111 | 0 | 1001010 | 1110 | 1100010 | 1000110 | 110110 |
Color Harmonies of #75DC39
Complementary color
Monochromatic Colors of #75DC39
Black with #75DC39
Text Example
Text Example
White with #75DC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DC39; }
p { color: rgb(117,220,57); }
H1.HeaderClassName
{
color: #75DC39;
}
.AnyTagClassName
{
color: #75DC39;
}
</style>
background-color css
<style>
a { background-color: #75DC39; }
a { background-color: rgb(117,220,57); }
div.DivClassName
{
background-color: #75DC39;
}
.BgClassName
{
background-color: #75DC39;
}
</style>
border-color css
<style>
span { border-color: #75DC39; }
span { border-color: rgb(117,220,57); }
td.TdClassName
{
border-color: #75DC39;
}
.TagClassName
{
border-color: #75DC39;
}
</style>