Html Css Color HEX #77C14D Mantis

📋 copy color: '#77C14D'

red 119 ◦ green 193 ◦ blue 77

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

Shades of Mantis #77C14D

Tints of Mantis #77C14D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.61%

 BLUE value IS 77 (30.47% from 255) = 19.79%

R = 30.59%
G = 49.61%
B = 19.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#77C14D (or 0x77C14D) is known color: Mantis. HEX triplet: 77, C1 and 4D. RGB value is (119,193,77). Sum of RGB (Red+Green+Blue) = 119+193+77=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #77C14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C14D is #883EB2. Grayscale: #9E9E9E. Windows color (decimal): -8928947 or 5095799. OLE color: 5095799.

HSL color Cylindrical-coordinate representation of color #77C14D: hue angle of 98.28º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77C14D is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 193 77 -
CMYK 0.38 0 0.60 0.24
HSL 98.28º 0.48% 0.53% -
HSV(B) 98.28º 0.6% 0.76% -
XYZ 28.02 42.6 13.77 -
YUV 157.65 82.48 100.43 -
System Red Green Blue C M Y K H S L
Decimal 119 193 77 0.38 0 0.60 0.24 98.28 0.48 0.53
Hex 77 C1 4D 26 0 3C 18 62 30 35
Octal 167 301 115 46 0 74 30 142 60 65
Binary 1110111 11000001 1001101 100110 0 111100 11000 1100010 110000 110101

Color Harmonies of #77C14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C14D

Black with #77C14D

Text Example


Text Example

White with #77C14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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