#75D04A

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

Shades of Mantis #75D04A

Tints of Mantis #75D04A

Color information

#75D04A (or 0x75D04A) is unknown color: approx Mantis. HEX triplet: 75, D0 and 4A. RGB value is (117,208,74). Sum of RGB (Red+Green+Blue) = 117+208+74=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #75D04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D04A is #8A2FB5. Grayscale: #A5A5A5. Windows color (decimal): -9056182 or 4903029. OLE color: 4903029.

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

Color convert

RGB11720874-
CMYK0.4400.640.18
HSL100.75º58.77%55.29%-
HSV(B)100.75º64.42%81.57%-
XYZ31.1349.3914.37-
YUV165.5276.3593.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 208 (81.64% from 255) = 52.13%
BLUE value IS 74 (29.30% from 255) = 18.55%
R=29.32%
G=52.13%
B=18.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117208740.4400.640.18100.7558.7755.29
Hex75D04A2C04012653b37
Octal165320112540100221457367
Binary111010111010000100101010110001000000100101100101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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