#76CF4A

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

Shades of Mantis #76CF4A

Tints of Mantis #76CF4A

Color information

#76CF4A (or 0x76CF4A) is unknown color: approx Mantis. HEX triplet: 76, CF and 4A. RGB value is (118,207,74). Sum of RGB (Red+Green+Blue) = 118+207+74=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CF4A is #8930B5. Grayscale: #A5A5A5. Windows color (decimal): -8990902 or 4902774. OLE color: 4902774.

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

Color convert

RGB11820774-
CMYK0.4300.640.19
HSL100.15º58.08%55.1%-
HSV(B)100.15º64.25%81.18%-
XYZ31.0248.9714.3-
YUV165.2376.5194.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 207 (81.25% from 255) = 51.88%
BLUE value IS 74 (29.30% from 255) = 18.55%
R=29.57%
G=51.88%
B=18.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal118207740.4300.640.19100.1558.0855.1
Hex76CF4A2B04013643a37
Octal166317112530100231447267
Binary111011011001111100101010101101000000100111100100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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