#76cf49

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

Shades of Mantis #76CF49

Tints of Mantis #76CF49

Color information

#76CF49 (or 0x76CF49) is unknown color: approx Mantis. HEX triplet: 76, CF and 49. RGB value is (118,207,73). Sum of RGB (Red+Green+Blue) = 118+207+73=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CF49 is #8930B6. Grayscale: #A5A5A5. Windows color (decimal): -8990903 or 4837238. OLE color: 4837238.

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

Color convert

RGB11820773-
CMYK0.4300.650.19
HSL99.85º58.26%54.9%-
HSV(B)99.85º64.73%81.18%-
XYZ30.9948.9614.12-
YUV165.1176.0194.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 207 (81.25% from 255) = 52.01%
BLUE value IS 73 (28.91% from 255) = 18.34%
R=29.65%
G=52.01%
B=18.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal118207730.4300.650.1999.8558.2654.9
Hex76CF492B04113643a37
Octal166317111530101231447267
Binary111011011001111100100110101101000001100111100100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76cf49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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