#76CF50

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

Shades of Mantis #76CF50

Tints of Mantis #76CF50

Color information

#76CF50 (or 0x76CF50) is unknown color: approx Mantis. HEX triplet: 76, CF and 50. RGB value is (118,207,80). Sum of RGB (Red+Green+Blue) = 118+207+80=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CF50 is #8930AF. Grayscale: #A6A6A6. Windows color (decimal): -8990896 or 5295990. OLE color: 5295990.

HSL color Cylindrical-coordinate representation of color #76CF50: hue angle of 102.05º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76CF50 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB11820780-
CMYK0.4300.610.19
HSL102.05º56.95%56.27%-
HSV(B)102.05º61.35%81.18%-
XYZ31.2349.0615.41-
YUV165.9179.5193.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 207 (81.25% from 255) = 51.11%
BLUE value IS 80 (31.64% from 255) = 19.75%
R=29.14%
G=51.11%
B=19.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal118207800.4300.610.19102.0556.9556.27
Hex76CF502B03D13663938
Octal16631712053075231467170
Binary11101101100111110100001010110111101100111100110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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