#76D250

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

Shades of Mantis #76D250

Tints of Mantis #76D250

Color information

#76D250 (or 0x76D250) is unknown color: approx Mantis. HEX triplet: 76, D2 and 50. RGB value is (118,210,80). Sum of RGB (Red+Green+Blue) = 118+210+80=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #76D250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D250 is #892DAF. Grayscale: #A8A8A8. Windows color (decimal): -8990128 or 5296758. OLE color: 5296758.

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

Color convert

RGB11821080-
CMYK0.4400.620.18
HSL102.46º59.09%56.86%-
HSV(B)102.46º61.9%82.35%-
XYZ31.9750.5215.66-
YUV167.6778.5292.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.92%
GREEN value IS 210 (82.42% from 255) = 51.47%
BLUE value IS 80 (31.64% from 255) = 19.61%
R=28.92%
G=51.47%
B=19.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal118210800.4400.620.18102.4659.0956.86
Hex76D2502C03E12663b39
Octal16632212054076221467371
Binary11101101101001010100001011000111110100101100110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,210,80); }

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

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

 a { background-color: rgb(118,210,80); }

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

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

 span { border-color: rgb(118,210,80); }

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