Html Css Color HEX #77C04A Mantis

📋 copy color: '#77C04A'

red 119 ◦ green 192 ◦ blue 74

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

Shades of Mantis #77C04A

Tints of Mantis #77C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.87%

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 30.91%
G = 49.87%
B = 19.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#77C04A (or 0x77C04A) is known color: Mantis. HEX triplet: 77, C0 and 4A. RGB value is (119,192,74). Sum of RGB (Red+Green+Blue) = 119+192+74=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #77C04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C04A is #883FB5. Grayscale: #9D9D9D. Windows color (decimal): -8929206 or 4898935. OLE color: 4898935.

HSL color Cylindrical-coordinate representation of color #77C04A: hue angle of 97.12º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77C04A is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 192 74 -
CMYK 0.38 0 0.61 0.25
HSL 97.12º 0.48% 0.52% -
HSV(B) 97.12º 0.61% 0.75% -
XYZ 27.69 42.12 13.15 -
YUV 156.72 81.32 101.09 -
System Red Green Blue C M Y K H S L
Decimal 119 192 74 0.38 0 0.61 0.25 97.12 0.48 0.52
Hex 77 C0 4A 26 0 3D 19 61 30 34
Octal 167 300 112 46 0 75 31 141 60 64
Binary 1110111 11000000 1001010 100110 0 111101 11001 1100001 110000 110100

Color Harmonies of #77C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C04A

Black with #77C04A

Text Example


Text Example

White with #77C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,192,74); }

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

background-color css

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

 a { background-color: rgb(119,192,74); }

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

border-color css

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

 span { border-color: rgb(119,192,74); }

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