Html Css Color HEX #77BB50 Mantis

📋 copy color: '#77BB50'

red 119 ◦ green 187 ◦ blue 80

#77BB50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #77BB50

Tints of Mantis #77BB50

RGB

 RED value IS 119 (46.88% from 255) = 30.83%

 GREEN value IS 187 (73.44% from 255) = 48.45%

 BLUE value IS 80 (31.64% from 255) = 20.73%

R = 30.83%
G = 48.45%
B = 20.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#77BB50 (or 0x77BB50) is known color: Mantis. HEX triplet: 77, BB and 50. RGB value is (119,187,80). Sum of RGB (Red+Green+Blue) = 119+187+80=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #77BB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BB50 is #8844AF. Grayscale: #9A9A9A. Windows color (decimal): -8930480 or 5290871. OLE color: 5290871.

HSL color Cylindrical-coordinate representation of color #77BB50: hue angle of 98.13º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77BB50 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 187 80 -
CMYK 0.36 0 0.57 0.27
HSL 98.13º 0.44% 0.52% -
HSV(B) 98.13º 0.57% 0.73% -
XYZ 26.83 40.04 13.9 -
YUV 154.47 85.97 102.7 -
System Red Green Blue C M Y K H S L
Decimal 119 187 80 0.36 0 0.57 0.27 98.13 0.44 0.52
Hex 77 BB 50 24 0 39 1B 62 2C 34
Octal 167 273 120 44 0 71 33 142 54 64
Binary 1110111 10111011 1010000 100100 0 111001 11011 1100010 101100 110100

Color Harmonies of #77BB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BB50

Black with #77BB50

Text Example


Text Example

White with #77BB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,187,80); }

 H1.HeaderClassName
 {
   color: #77BB50;
 }
 .AnyTagClassName
 {
   color: #77BB50;
 }
</style>

background-color css

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

 a { background-color: rgb(119,187,80); }

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

border-color css

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

 span { border-color: rgb(119,187,80); }

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