#75CD64

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

Shades of Mantis #75CD64

Tints of Mantis #75CD64

Color information

#75CD64 (or 0x75CD64) is unknown color: approx Mantis. HEX triplet: 75, CD and 64. RGB value is (117,205,100). Sum of RGB (Red+Green+Blue) = 117+205+100=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CD64 is #8A329B. Grayscale: #A7A7A7. Windows color (decimal): -9056924 or 6606197. OLE color: 6606197.

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

Color convert

RGB117205100-
CMYK0.4300.510.20
HSL110.29º51.22%59.8%-
HSV(B)110.29º51.22%80.39%-
XYZ31.4748.3619.73-
YUV166.7290.3592.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 205 (80.47% from 255) = 48.58%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=27.73%
G=48.58%
B=23.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051000.4300.510.20110.2951.2259.8
Hex75CD642B033146e333c
Octal16531514453063241566374
Binary11101011100110111001001010110110011101001101110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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