Html Css Color HEX #77BC4C Mantis

📋 copy color: '#77BC4C'

red 119 ◦ green 188 ◦ blue 76

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

Shades of Mantis #77BC4C

Tints of Mantis #77BC4C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.09%

 BLUE value IS 76 (30.08% from 255) = 19.84%

R = 31.07%
G = 49.09%
B = 19.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#77BC4C (or 0x77BC4C) is known color: Mantis. HEX triplet: 77, BC and 4C. RGB value is (119,188,76). Sum of RGB (Red+Green+Blue) = 119+188+76=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BC4C is #8843B3. Grayscale: #9A9A9A. Windows color (decimal): -8930228 or 5028983. OLE color: 5028983.

HSL color Cylindrical-coordinate representation of color #77BC4C: hue angle of 96.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77BC4C is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 188 76 -
CMYK 0.37 0 0.60 0.26
HSL 96.96º 0.46% 0.52% -
HSV(B) 96.96º 0.6% 0.74% -
XYZ 26.9 40.41 13.22 -
YUV 154.6 83.64 102.61 -
System Red Green Blue C M Y K H S L
Decimal 119 188 76 0.37 0 0.60 0.26 96.96 0.46 0.52
Hex 77 BC 4C 25 0 3C 1A 61 2E 34
Octal 167 274 114 45 0 74 32 141 56 64
Binary 1110111 10111100 1001100 100101 0 111100 11010 1100001 101110 110100

Color Harmonies of #77BC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC4C

Black with #77BC4C

Text Example


Text Example

White with #77BC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,188,76); }

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

background-color css

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

 a { background-color: rgb(119,188,76); }

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

border-color css

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

 span { border-color: rgb(119,188,76); }

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