#75E44D

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

Shades of Mantis #75E44D

Tints of Mantis #75E44D

Color information

#75E44D (or 0x75E44D) is unknown color: approx Mantis. HEX triplet: 75, E4 and 4D. RGB value is (117,228,77). Sum of RGB (Red+Green+Blue) = 117+228+77=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #75E44D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E44D is #8A1BB2. Grayscale: #B2B2B2. Windows color (decimal): -9051059 or 5104757. OLE color: 5104757.

HSL color Cylindrical-coordinate representation of color #75E44D: hue angle of 104.11º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75E44D is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB11722877-
CMYK0.4900.660.11
HSL104.11º73.66%59.8%-
HSV(B)104.11º66.23%89.41%-
XYZ36.4259.816.65-
YUV177.671.2384.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 228 (89.45% from 255) = 54.03%
BLUE value IS 77 (30.47% from 255) = 18.25%
R=27.73%
G=54.03%
B=18.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal117228770.4900.660.11104.1173.6659.8
Hex75E44D31042B684a3c
Octal1653441156101021315011274
Binary111010111100100100110111000101000010101111010001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,228,77); }

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

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

 a { background-color: rgb(117,228,77); }

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

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

 span { border-color: rgb(117,228,77); }

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