#75CD49

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

Shades of Mantis #75CD49

Tints of Mantis #75CD49

Color information

#75CD49 (or 0x75CD49) is unknown color: approx Mantis. HEX triplet: 75, CD and 49. RGB value is (117,205,73). Sum of RGB (Red+Green+Blue) = 117+205+73=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CD49 is #8A32B6. Grayscale: #A4A4A4. Windows color (decimal): -9056951 or 4836725. OLE color: 4836725.

HSL color Cylindrical-coordinate representation of color #75CD49: hue angle of 100º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75CD49 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB11720573-
CMYK0.4300.640.20
HSL100º56.9%54.51%-
HSV(B)100º64.39%80.39%-
XYZ30.3747.9313.95-
YUV163.6476.8594.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 205 (80.47% from 255) = 51.90%
BLUE value IS 73 (28.91% from 255) = 18.48%
R=29.62%
G=51.90%
B=18.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117205730.4300.640.2010056.954.51
Hex75CD492B04014643937
Octal165315111530100241447167
Binary111010111001101100100110101101000000101001100100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,205,73); }

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

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

 a { background-color: rgb(117,205,73); }

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

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

 span { border-color: rgb(117,205,73); }

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