Html Css Color HEX #77DB4A Mantis

📋 copy color: '#77DB4A'

red 119 ◦ green 219 ◦ blue 74

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

Shades of Mantis #77DB4A

Tints of Mantis #77DB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.16%

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

R = 28.88%
G = 53.16%
B = 17.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#77DB4A (or 0x77DB4A) is known color: Mantis. HEX triplet: 77, DB and 4A. RGB value is (119,219,74). Sum of RGB (Red+Green+Blue) = 119+219+74=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77DB4A is #8824B5. Grayscale: #ADADAD. Windows color (decimal): -8922294 or 4905847. OLE color: 4905847.

HSL color Cylindrical-coordinate representation of color #77DB4A: hue angle of 101.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77DB4A is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 219 74 -
CMYK 0.46 0 0.66 0.14
HSL 101.38º 0.67% 0.57% -
HSV(B) 101.38º 0.66% 0.86% -
XYZ 34.18 55.08 15.31 -
YUV 172.57 72.37 89.79 -
System Red Green Blue C M Y K H S L
Decimal 119 219 74 0.46 0 0.66 0.14 101.38 0.67 0.57
Hex 77 DB 4A 2E 0 42 E 65 43 39
Octal 167 333 112 56 0 102 16 145 103 71
Binary 1110111 11011011 1001010 101110 0 1000010 1110 1100101 1000011 111001

Color Harmonies of #77DB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DB4A

Black with #77DB4A

Text Example


Text Example

White with #77DB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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