#76DB4B

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

Shades of Mantis #76DB4B

Tints of Mantis #76DB4B

Color information

#76DB4B (or 0x76DB4B) is unknown color: approx Mantis. HEX triplet: 76, DB and 4B. RGB value is (118,219,75). Sum of RGB (Red+Green+Blue) = 118+219+75=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DB4B is #8924B4. Grayscale: #ACACAC. Windows color (decimal): -8987829 or 4971382. OLE color: 4971382.

HSL color Cylindrical-coordinate representation of color #76DB4B: hue angle of 102.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76DB4B is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB11821975-
CMYK0.4600.660.14
HSL102.08º66.67%57.65%-
HSV(B)102.08º65.75%85.88%-
XYZ34.0755.0215.48-
YUV172.3873.0489.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 219 (85.94% from 255) = 53.16%
BLUE value IS 75 (29.69% from 255) = 18.20%
R=28.64%
G=53.16%
B=18.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal118219750.4600.660.14102.0866.6757.65
Hex76DB4B2E042E66433a
Octal1663331135601021614610372
Binary111011011011011100101110111001000010111011001101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,219,75); }

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

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

 a { background-color: rgb(118,219,75); }

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

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

 span { border-color: rgb(118,219,75); }

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