#75D158

Color #75D158 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #75D158

Tints of Mantis #75D158

Color information

#75D158 (or 0x75D158) is unknown color: approx Mantis. HEX triplet: 75, D1 and 58. RGB value is (117,209,88). Sum of RGB (Red+Green+Blue) = 117+209+88=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #75D158 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D158 is #8A2EA7. Grayscale: #A8A8A8. Windows color (decimal): -9055912 or 5820789. OLE color: 5820789.

HSL color Cylindrical-coordinate representation of color #75D158: hue angle of 105.62º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75D158 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB11720988-
CMYK0.4400.580.18
HSL105.62º56.81%58.24%-
HSV(B)105.62º57.89%81.96%-
XYZ31.950.0917.22-
YUV167.783.0291.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 209 (82.03% from 255) = 50.48%
BLUE value IS 88 (34.77% from 255) = 21.26%
R=28.26%
G=50.48%
B=21.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117209880.4400.580.18105.6256.8158.24
Hex75D1582C03A126a393a
Octal16532113054072221527172
Binary11101011101000110110001011000111010100101101010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75D158; }

 p { color: rgb(117,209,88); }

 H1.HeaderClassName
 {
   color: #75D158;
 }
 .AnyTagClassName
 {
   color: #75D158;
 }
</style>
background-color css

<style>
 a { background-color: #75D158; }

 a { background-color: rgb(117,209,88); }

 div.DivClassName
 {
   background-color: #75D158;
 }
 .BgClassName
 {
   background-color: #75D158;
 }
</style>
border-color css

<style>
 span { border-color: #75D158; }

 span { border-color: rgb(117,209,88); }

 td.TdClassName
 {
   border-color: #75D158;
 }
 .TagClassName
 {
   border-color: #75D158;
 }
</style>