#75D13F

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

Shades of Mantis #75D13F

Tints of Mantis #75D13F

Color information

#75D13F (or 0x75D13F) is unknown color: approx Mantis. HEX triplet: 75, D1 and 3F. RGB value is (117,209,63). Sum of RGB (Red+Green+Blue) = 117+209+63=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #75D13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D13F is #8A2EC0. Grayscale: #A5A5A5. Windows color (decimal): -9055937 or 4182389. OLE color: 4182389.

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

Color convert

RGB11720963-
CMYK0.4400.700.18
HSL97.81º61.34%53.33%-
HSV(B)97.81º69.86%81.96%-
XYZ31.0349.7412.67-
YUV164.8570.5293.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 209 (82.03% from 255) = 53.73%
BLUE value IS 63 (25% from 255) = 16.20%
R=30.08%
G=53.73%
B=16.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117209630.4400.700.1897.8161.3453.33
Hex75D13F2C04612623d35
Octal16532177540106221427565
Binary11101011101000111111110110001000110100101100010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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