#76dd51

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

Shades of Mantis #76DD51

Tints of Mantis #76DD51

Color information

#76DD51 (or 0x76DD51) is unknown color: approx Mantis. HEX triplet: 76, DD and 51. RGB value is (118,221,81). Sum of RGB (Red+Green+Blue) = 118+221+81=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DD51 is #8922AE. Grayscale: #AEAEAE. Windows color (decimal): -8987311 or 5365110. OLE color: 5365110.

HSL color Cylindrical-coordinate representation of color #76DD51: hue angle of 104.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76DD51 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB11822181-
CMYK0.4700.630.13
HSL104.14º67.31%59.22%-
HSV(B)104.14º63.35%86.67%-
XYZ34.8156.1616.79-
YUV174.2475.3887.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.10%
GREEN value IS 221 (86.72% from 255) = 52.62%
BLUE value IS 81 (32.03% from 255) = 19.29%
R=28.10%
G=52.62%
B=19.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118221810.4700.630.13104.1467.3159.22
Hex76DD512F03FD68433b
Octal166335121570771515010373
Binary11101101101110110100011011110111111110111010001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76dd51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,221,81); }

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

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

 a { background-color: rgb(118,221,81); }

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

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

 span { border-color: rgb(118,221,81); }

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