#75DC4A

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

Shades of Mantis #75DC4A

Tints of Mantis #75DC4A

Color information

#75DC4A (or 0x75DC4A) is unknown color: approx Mantis. HEX triplet: 75, DC and 4A. RGB value is (117,220,74). Sum of RGB (Red+Green+Blue) = 117+220+74=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DC4A is #8A23B5. Grayscale: #ADADAD. Windows color (decimal): -9053110 or 4906101. OLE color: 4906101.

HSL color Cylindrical-coordinate representation of color #75DC4A: hue angle of 102.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75DC4A is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB11722074-
CMYK0.4700.660.14
HSL102.33º67.59%57.65%-
HSV(B)102.33º66.36%86.27%-
XYZ34.1755.4615.38-
YUV172.5672.3888.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 220 (86.33% from 255) = 53.53%
BLUE value IS 74 (29.30% from 255) = 18.00%
R=28.47%
G=53.53%
B=18.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal117220740.4700.660.14102.3367.5957.65
Hex75DC4A2F042E66443a
Octal1653341125701021614610472
Binary111010111011100100101010111101000010111011001101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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