Html Css Color HEX #77BC4B Mantis

📋 copy color: '#77BC4B'

red 119 ◦ green 188 ◦ blue 75

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

Shades of Mantis #77BC4B

Tints of Mantis #77BC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 31.15%
G = 49.21%
B = 19.63%

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

#77BC4B (or 0x77BC4B) is known color: Mantis. HEX triplet: 77, BC and 4B. RGB value is (119,188,75). Sum of RGB (Red+Green+Blue) = 119+188+75=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BC4B is #8843B4. Grayscale: #9A9A9A. Windows color (decimal): -8930229 or 4963447. OLE color: 4963447.

HSL color Cylindrical-coordinate representation of color #77BC4B: hue angle of 96.64º 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 #77BC4B is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 188 75 -
CMYK 0.37 0 0.60 0.26
HSL 96.64º 0.46% 0.52% -
HSV(B) 96.64º 0.6% 0.74% -
XYZ 26.86 40.4 13.04 -
YUV 154.49 83.14 102.69 -
System Red Green Blue C M Y K H S L
Decimal 119 188 75 0.37 0 0.60 0.26 96.64 0.46 0.52
Hex 77 BC 4B 25 0 3C 1A 61 2E 34
Octal 167 274 113 45 0 74 32 141 56 64
Binary 1110111 10111100 1001011 100101 0 111100 11010 1100001 101110 110100

Color Harmonies of #77BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC4B

Black with #77BC4B

Text Example


Text Example

White with #77BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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