#76D75D

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

Shades of Mantis #76D75D

Tints of Mantis #76D75D

Color information

#76D75D (or 0x76D75D) is unknown color: approx Mantis. HEX triplet: 76, D7 and 5D. RGB value is (118,215,93). Sum of RGB (Red+Green+Blue) = 118+215+93=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #76D75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D75D is #8928A2. Grayscale: #ACACAC. Windows color (decimal): -8988835 or 6150006. OLE color: 6150006.

HSL color Cylindrical-coordinate representation of color #76D75D: hue angle of 107.7º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76D75D is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB11821593-
CMYK0.4500.570.16
HSL107.7º60.4%60.39%-
HSV(B)107.7º56.74%84.31%-
XYZ33.7553.2418.85-
YUV172.0983.3689.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 215 (84.38% from 255) = 50.47%
BLUE value IS 93 (36.72% from 255) = 21.83%
R=27.70%
G=50.47%
B=21.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal118215930.4500.570.16107.760.460.39
Hex76D75D2D039106c3c3c
Octal16632713555071201547474
Binary11101101101011110111011011010111001100001101100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76D75D; }

 p { color: rgb(118,215,93); }

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

<style>
 a { background-color: #76D75D; }

 a { background-color: rgb(118,215,93); }

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

<style>
 span { border-color: #76D75D; }

 span { border-color: rgb(118,215,93); }

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