#75D45E

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

Shades of Mantis #75D45E

Tints of Mantis #75D45E

Color information

#75D45E (or 0x75D45E) is unknown color: approx Mantis. HEX triplet: 75, D4 and 5E. RGB value is (117,212,94). Sum of RGB (Red+Green+Blue) = 117+212+94=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #75D45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D45E is #8A2BA1. Grayscale: #AAAAAA. Windows color (decimal): -9055138 or 6214773. OLE color: 6214773.

HSL color Cylindrical-coordinate representation of color #75D45E: hue angle of 108.31º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75D45E is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB11721294-
CMYK0.4500.560.17
HSL108.31º57.84%60%-
HSV(B)108.31º55.66%83.14%-
XYZ32.951.6818.83-
YUV170.1485.0390.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.66%
GREEN value IS 212 (83.20% from 255) = 50.12%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=27.66%
G=50.12%
B=22.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal117212940.4500.560.17108.3157.8460
Hex75D45E2D038116c3a3c
Octal16532413655070211547274
Binary11101011101010010111101011010111000100011101100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,212,94); }

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

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

 a { background-color: rgb(117,212,94); }

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

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

 span { border-color: rgb(117,212,94); }

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