#75D059

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

Shades of Mantis #75D059

Tints of Mantis #75D059

Color information

#75D059 (or 0x75D059) is unknown color: approx Mantis. HEX triplet: 75, D0 and 59. RGB value is (117,208,89). Sum of RGB (Red+Green+Blue) = 117+208+89=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #75D059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D059 is #8A2FA6. Grayscale: #A7A7A7. Windows color (decimal): -9056167 or 5886069. OLE color: 5886069.

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

Color convert

RGB11720889-
CMYK0.4400.570.18
HSL105.88º55.87%58.24%-
HSV(B)105.88º57.21%81.57%-
XYZ31.749.6117.36-
YUV167.2283.8592.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 208 (81.64% from 255) = 50.24%
BLUE value IS 89 (35.16% from 255) = 21.50%
R=28.26%
G=50.24%
B=21.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117208890.4400.570.18105.8855.8758.24
Hex75D0592C039126a383a
Octal16532013154071221527072
Binary11101011101000010110011011000111001100101101010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,208,89); }

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

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

 a { background-color: rgb(117,208,89); }

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

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

 span { border-color: rgb(117,208,89); }

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