#75D851

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

Shades of Mantis #75D851

Tints of Mantis #75D851

Color information

#75D851 (or 0x75D851) is unknown color: approx Mantis. HEX triplet: 75, D8 and 51. RGB value is (117,216,81). Sum of RGB (Red+Green+Blue) = 117+216+81=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #75D851 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D851 is #8A27AE. Grayscale: #ABABAB. Windows color (decimal): -9054127 or 5363829. OLE color: 5363829.

HSL color Cylindrical-coordinate representation of color #75D851: hue angle of 104º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75D851 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB11721681-
CMYK0.4600.620.15
HSL104º63.38%58.24%-
HSV(B)104º62.5%84.71%-
XYZ33.3853.4916.35-
YUV171.0177.289.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 216 (84.77% from 255) = 52.17%
BLUE value IS 81 (32.03% from 255) = 19.57%
R=28.26%
G=52.17%
B=19.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal117216810.4600.620.1510463.3858.24
Hex75D8512E03EF683f3a
Octal16533012156076171507772
Binary1110101110110001010001101110011111011111101000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,216,81); }

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

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

 a { background-color: rgb(117,216,81); }

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

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

 span { border-color: rgb(117,216,81); }

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