#75D54C

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

Shades of Mantis #75D54C

Tints of Mantis #75D54C

Color information

#75D54C (or 0x75D54C) is unknown color: approx Mantis. HEX triplet: 75, D5 and 4C. RGB value is (117,213,76). Sum of RGB (Red+Green+Blue) = 117+213+76=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #75D54C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D54C is #8A2AB3. Grayscale: #A9A9A9. Windows color (decimal): -9054900 or 5035381. OLE color: 5035381.

HSL color Cylindrical-coordinate representation of color #75D54C: hue angle of 102.04º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75D54C is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB11721376-
CMYK0.4500.640.16
HSL102.04º61.99%56.67%-
HSV(B)102.04º64.32%83.53%-
XYZ32.4351.8915.14-
YUV168.6875.791.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 213 (83.59% from 255) = 52.46%
BLUE value IS 76 (30.08% from 255) = 18.72%
R=28.82%
G=52.46%
B=18.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal117213760.4500.640.16102.0461.9956.67
Hex75D54C2D04010663e39
Octal165325114550100201467671
Binary111010111010101100110010110101000000100001100110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,213,76); }

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

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

 a { background-color: rgb(117,213,76); }

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

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

 span { border-color: rgb(117,213,76); }

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