Shades of Mantis #75DF4A
Tints of Mantis #75DF4A
RGB
CMYK
RGB Variations
Color information
#75DF4A (or 0x75DF4A) is known color: Mantis. HEX triplet: 75, DF and 4A. RGB value is (117,223,74). Sum of RGB (Red+Green+Blue) = 117+223+74=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DF4A is #8A20B5. Grayscale: #AEAEAE. Windows color (decimal): -9052342 or 4906869. OLE color: 4906869.
HSL color Cylindrical-coordinate representation of color #75DF4A: hue angle of 102.68º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75DF4A is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 223 | 74 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.13 |
| HSL | 102.68º | 0.7% | 0.58% | - |
| HSV(B) | 102.68º | 0.67% | 0.87% | - |
| XYZ | 34.96 | 57.05 | 15.65 | - |
| YUV | 174.32 | 71.38 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 223 | 74 | 0.48 | 0 | 0.67 | 0.13 | 102.68 | 0.7 | 0.58 |
| Hex | 75 | DF | 4A | 30 | 0 | 43 | D | 67 | 46 | 3A |
| Octal | 165 | 337 | 112 | 60 | 0 | 103 | 15 | 147 | 106 | 72 |
| Binary | 1110101 | 11011111 | 1001010 | 110000 | 0 | 1000011 | 1101 | 1100111 | 1000110 | 111010 |
Color Harmonies of #75DF4A
Complementary color
Monochromatic Colors of #75DF4A
Black with #75DF4A
Text Example
Text Example
White with #75DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DF4A; }
p { color: rgb(117,223,74); }
H1.HeaderClassName
{
color: #75DF4A;
}
.AnyTagClassName
{
color: #75DF4A;
}
</style>
background-color css
<style>
a { background-color: #75DF4A; }
a { background-color: rgb(117,223,74); }
div.DivClassName
{
background-color: #75DF4A;
}
.BgClassName
{
background-color: #75DF4A;
}
</style>
border-color css
<style>
span { border-color: #75DF4A; }
span { border-color: rgb(117,223,74); }
td.TdClassName
{
border-color: #75DF4A;
}
.TagClassName
{
border-color: #75DF4A;
}
</style>