Html Css Color HEX #77D64A Mantis

📋 copy color: '#77D64A'

red 119 ◦ green 214 ◦ blue 74

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

Shades of Mantis #77D64A

Tints of Mantis #77D64A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.58%

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

R = 29.24%
G = 52.58%
B = 18.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#77D64A (or 0x77D64A) is known color: Mantis. HEX triplet: 77, D6 and 4A. RGB value is (119,214,74). Sum of RGB (Red+Green+Blue) = 119+214+74=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #77D64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D64A is #8829B5. Grayscale: #AAAAAA. Windows color (decimal): -8923574 or 4904567. OLE color: 4904567.

HSL color Cylindrical-coordinate representation of color #77D64A: hue angle of 100.71º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77D64A is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 214 74 -
CMYK 0.44 0 0.65 0.16
HSL 100.71º 0.63% 0.56% -
HSV(B) 100.71º 0.65% 0.84% -
XYZ 32.89 52.51 14.88 -
YUV 169.64 74.03 91.88 -
System Red Green Blue C M Y K H S L
Decimal 119 214 74 0.44 0 0.65 0.16 100.71 0.63 0.56
Hex 77 D6 4A 2C 0 41 10 65 3F 38
Octal 167 326 112 54 0 101 20 145 77 70
Binary 1110111 11010110 1001010 101100 0 1000001 10000 1100101 111111 111000

Color Harmonies of #77D64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D64A

Black with #77D64A

Text Example


Text Example

White with #77D64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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