#76D148

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

Shades of Mantis #76D148

Tints of Mantis #76D148

Color information

#76D148 (or 0x76D148) is unknown color: approx Mantis. HEX triplet: 76, D1 and 48. RGB value is (118,209,72). Sum of RGB (Red+Green+Blue) = 118+209+72=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #76D148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D148 is #892EB7. Grayscale: #A6A6A6. Windows color (decimal): -8990392 or 4772214. OLE color: 4772214.

HSL color Cylindrical-coordinate representation of color #76D148: hue angle of 99.85º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76D148 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB11820972-
CMYK0.4400.660.18
HSL99.85º59.83%55.1%-
HSV(B)99.85º65.55%81.96%-
XYZ31.4449.9214.11-
YUV166.1774.8593.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 209 (82.03% from 255) = 52.38%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=29.57%
G=52.38%
B=18.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal118209720.4400.660.1899.8559.8355.1
Hex76D1482C04212643c37
Octal166321110540102221447467
Binary111011011010001100100010110001000010100101100100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,209,72); }

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

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

 a { background-color: rgb(118,209,72); }

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

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

 span { border-color: rgb(118,209,72); }

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