#75CB5E

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

Shades of Mantis #75CB5E

Tints of Mantis #75CB5E

Color information

#75CB5E (or 0x75CB5E) is unknown color: approx Mantis. HEX triplet: 75, CB and 5E. RGB value is (117,203,94). Sum of RGB (Red+Green+Blue) = 117+203+94=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB5E is #8A34A1. Grayscale: #A5A5A5. Windows color (decimal): -9057442 or 6212469. OLE color: 6212469.

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

Color convert

RGB11720394-
CMYK0.4200.540.20
HSL107.34º51.17%58.24%-
HSV(B)107.34º53.69%79.61%-
XYZ30.7147.318.1-
YUV164.8688.0193.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 203 (79.69% from 255) = 49.03%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=28.26%
G=49.03%
B=22.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117203940.4200.540.20107.3451.1758.24
Hex75CB5E2A036146b333a
Octal16531313652066241536372
Binary11101011100101110111101010100110110101001101011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,203,94); }

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

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

 a { background-color: rgb(117,203,94); }

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

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

 span { border-color: rgb(117,203,94); }

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