#77CB4D

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

Shades of Mantis #77CB4D

Tints of Mantis #77CB4D

Color information

#77CB4D (or 0x77CB4D) is unknown color: approx Mantis. HEX triplet: 77, CB and 4D. RGB value is (119,203,77). Sum of RGB (Red+Green+Blue) = 119+203+77=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CB4D is #8834B2. Grayscale: #A3A3A3. Windows color (decimal): -8926387 or 5098359. OLE color: 5098359.

HSL color Cylindrical-coordinate representation of color #77CB4D: hue angle of 100º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77CB4D is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB11920377-
CMYK0.4100.620.20
HSL100º54.78%54.9%-
HSV(B)100º62.07%79.61%-
XYZ30.347.1714.53-
YUV163.5279.1796.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 203 (79.69% from 255) = 50.88%
BLUE value IS 77 (30.47% from 255) = 19.30%
R=29.82%
G=50.88%
B=19.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal119203770.4100.620.2010054.7854.9
Hex77CB4D2903E14643737
Octal16731311551076241446767
Binary11101111100101110011011010010111110101001100100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77CB4D; }

 p { color: rgb(119,203,77); }

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

<style>
 a { background-color: #77CB4D; }

 a { background-color: rgb(119,203,77); }

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

<style>
 span { border-color: #77CB4D; }

 span { border-color: rgb(119,203,77); }

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