#75BF4F

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

Shades of Mantis #75BF4F

Tints of Mantis #75BF4F

Color information

#75BF4F (or 0x75BF4F) is unknown color: approx Mantis. HEX triplet: 75, BF and 4F. RGB value is (117,191,79). Sum of RGB (Red+Green+Blue) = 117+191+79=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF4F is #8A40B0. Grayscale: #9C9C9C. Windows color (decimal): -9060529 or 5226357. OLE color: 5226357.

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

Color convert

RGB11719179-
CMYK0.3900.590.25
HSL99.64º46.67%52.94%-
HSV(B)99.64º58.64%74.9%-
XYZ27.3841.6113.99-
YUV156.1184.48100.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 191 (75% from 255) = 49.35%
BLUE value IS 79 (31.25% from 255) = 20.41%
R=30.23%
G=49.35%
B=20.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117191790.3900.590.2599.6446.6752.94
Hex75BF4F2703B19642f35
Octal16527711747073311445765
Binary11101011011111110011111001110111011110011100100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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