#77CB5D

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

Shades of Mantis #77CB5D

Tints of Mantis #77CB5D

Color information

#77CB5D (or 0x77CB5D) is unknown color: approx Mantis. HEX triplet: 77, CB and 5D. RGB value is (119,203,93). Sum of RGB (Red+Green+Blue) = 119+203+93=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CB5D is #8834A2. Grayscale: #A5A5A5. Windows color (decimal): -8926371 or 6146935. OLE color: 6146935.

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

Color convert

RGB11920393-
CMYK0.4100.540.20
HSL105.82º51.4%58.04%-
HSV(B)105.82º54.19%79.61%-
XYZ30.9447.4217.88-
YUV165.3487.1794.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.67%
GREEN value IS 203 (79.69% from 255) = 48.92%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=28.67%
G=48.92%
B=22.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal119203930.4100.540.20105.8251.458.04
Hex77CB5D29036146a333a
Octal16731313551066241526372
Binary11101111100101110111011010010110110101001101010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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