#76CF42

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

Shades of Mantis #76CF42

Tints of Mantis #76CF42

Color information

#76CF42 (or 0x76CF42) is unknown color: approx Mantis. HEX triplet: 76, CF and 42. RGB value is (118,207,66). Sum of RGB (Red+Green+Blue) = 118+207+66=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CF42 is #8930BD. Grayscale: #A4A4A4. Windows color (decimal): -8990910 or 4378486. OLE color: 4378486.

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

Color convert

RGB11820766-
CMYK0.4300.680.19
HSL97.87º59.49%53.53%-
HSV(B)97.87º68.12%81.18%-
XYZ30.7748.8712.97-
YUV164.3272.5194.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 207 (81.25% from 255) = 52.94%
BLUE value IS 66 (26.17% from 255) = 16.88%
R=30.18%
G=52.94%
B=16.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal118207660.4300.680.1997.8759.4953.53
Hex76CF422B04413623b36
Octal166317102530104231427366
Binary111011011001111100001010101101000100100111100010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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