Html Css Color HEX #77D745 Mantis

📋 copy color: '#77D745'

red 119 ◦ green 215 ◦ blue 69

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

Shades of Mantis #77D745

Tints of Mantis #77D745

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.35%

 BLUE value IS 69 (27.34% from 255) = 17.12%

R = 29.53%
G = 53.35%
B = 17.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#77D745 (or 0x77D745) is known color: Mantis. HEX triplet: 77, D7 and 45. RGB value is (119,215,69). Sum of RGB (Red+Green+Blue) = 119+215+69=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #77D745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D745 is #8828BA. Grayscale: #AAAAAA. Windows color (decimal): -8923323 or 4577143. OLE color: 4577143.

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

Color convert

RGB 119 215 69 -
CMYK 0.45 0 0.68 0.16
HSL 99.45º 0.65% 0.56% -
HSV(B) 99.45º 0.68% 0.84% -
XYZ 32.98 52.95 14.11 -
YUV 169.65 71.2 91.87 -
System Red Green Blue C M Y K H S L
Decimal 119 215 69 0.45 0 0.68 0.16 99.45 0.65 0.56
Hex 77 D7 45 2D 0 44 10 63 41 38
Octal 167 327 105 55 0 104 20 143 101 70
Binary 1110111 11010111 1000101 101101 0 1000100 10000 1100011 1000001 111000

Color Harmonies of #77D745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D745

Black with #77D745

Text Example


Text Example

White with #77D745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,215,69); }

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

background-color css

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

 a { background-color: rgb(119,215,69); }

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

border-color css

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

 span { border-color: rgb(119,215,69); }

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