#76CB48

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

Shades of Mantis #76CB48

Tints of Mantis #76CB48

Color information

#76CB48 (or 0x76CB48) is unknown color: approx Mantis. HEX triplet: 76, CB and 48. RGB value is (118,203,72). Sum of RGB (Red+Green+Blue) = 118+203+72=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CB48 is #8934B7. Grayscale: #A3A3A3. Windows color (decimal): -8991928 or 4770678. OLE color: 4770678.

HSL color Cylindrical-coordinate representation of color #76CB48: hue angle of 98.93º 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 #76CB48 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB11820372-
CMYK0.4200.650.20
HSL98.93º55.74%53.92%-
HSV(B)98.93º64.53%79.61%-
XYZ3047.0313.63-
YUV162.6576.8496.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 203 (79.69% from 255) = 51.65%
BLUE value IS 72 (28.52% from 255) = 18.32%
R=30.03%
G=51.65%
B=18.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118203720.4200.650.2098.9355.7453.92
Hex76CB482A04114633836
Octal166313110520101241437066
Binary111011011001011100100010101001000001101001100011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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