#75BF62

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

Shades of Mantis #75BF62

Tints of Mantis #75BF62

Color information

#75BF62 (or 0x75BF62) is unknown color: approx Mantis. HEX triplet: 75, BF and 62. RGB value is (117,191,98). Sum of RGB (Red+Green+Blue) = 117+191+98=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF62 is #8A409D. Grayscale: #9E9E9E. Windows color (decimal): -9060510 or 6471541. OLE color: 6471541.

HSL color Cylindrical-coordinate representation of color #75BF62: hue angle of 107.74º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75BF62 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB11719198-
CMYK0.3900.490.25
HSL107.74º42.08%56.67%-
HSV(B)107.74º48.69%74.9%-
XYZ28.1741.9318.16-
YUV158.2793.9898.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 191 (75% from 255) = 47.04%
BLUE value IS 98 (38.67% from 255) = 24.14%
R=28.82%
G=47.04%
B=24.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117191980.3900.490.25107.7442.0856.67
Hex75BF6227031196c2a39
Octal16527714247061311545271
Binary11101011011111111000101001110110001110011101100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,191,98); }

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

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

 a { background-color: rgb(117,191,98); }

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

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

 span { border-color: rgb(117,191,98); }

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