#76CC48

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

Shades of Mantis #76CC48

Tints of Mantis #76CC48

Color information

#76CC48 (or 0x76CC48) is unknown color: approx Mantis. HEX triplet: 76, CC and 48. RGB value is (118,204,72). Sum of RGB (Red+Green+Blue) = 118+204+72=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CC48 is #8933B7. Grayscale: #A3A3A3. Windows color (decimal): -8991672 or 4770934. OLE color: 4770934.

HSL color Cylindrical-coordinate representation of color #76CC48: hue angle of 99.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76CC48 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB11820472-
CMYK0.4200.650.2
HSL99.09º56.41%54.12%-
HSV(B)99.09º64.71%80%-
XYZ30.2347.5113.71-
YUV163.2476.5195.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 204 (80.08% from 255) = 51.78%
BLUE value IS 72 (28.52% from 255) = 18.27%
R=29.95%
G=51.78%
B=18.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal118204720.4200.650.299.0956.4154.12
Hex76CC482A04114633836
Octal166314110520101241437066
Binary111011011001100100100010101001000001101001100011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,204,72); }

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

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

 a { background-color: rgb(118,204,72); }

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

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

 span { border-color: rgb(118,204,72); }

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