#75CF4D

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

Shades of Mantis #75CF4D

Tints of Mantis #75CF4D

Color information

#75CF4D (or 0x75CF4D) is unknown color: approx Mantis. HEX triplet: 75, CF and 4D. RGB value is (117,207,77). Sum of RGB (Red+Green+Blue) = 117+207+77=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CF4D is #8A30B2. Grayscale: #A5A5A5. Windows color (decimal): -9056435 or 5099381. OLE color: 5099381.

HSL color Cylindrical-coordinate representation of color #75CF4D: hue angle of 101.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75CF4D is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB11720777-
CMYK0.4300.630.19
HSL101.54º57.52%55.69%-
HSV(B)101.54º62.8%81.18%-
XYZ30.9948.9414.83-
YUV165.2778.1893.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 207 (81.25% from 255) = 51.62%
BLUE value IS 77 (30.47% from 255) = 19.20%
R=29.18%
G=51.62%
B=19.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal117207770.4300.630.19101.5457.5255.69
Hex75CF4D2B03F13663a38
Octal16531711553077231467270
Binary11101011100111110011011010110111111100111100110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,207,77); }

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

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

 a { background-color: rgb(117,207,77); }

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

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

 span { border-color: rgb(117,207,77); }

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