Html Css Color HEX #77D440 Mantis

📋 copy color: '#77D440'

red 119 ◦ green 212 ◦ blue 64

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

Shades of Mantis #77D440

Tints of Mantis #77D440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.67%

 BLUE value IS 64 (25.39% from 255) = 16.2%

R = 30.13%
G = 53.67%
B = 16.2%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#77D440 (or 0x77D440) is known color: Mantis. HEX triplet: 77, D4 and 40. RGB value is (119,212,64). Sum of RGB (Red+Green+Blue) = 119+212+64=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 212 (83.20% from 255 or 53.67% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 212 - color contains mainly: green. Hex color #77D440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D440 is #882BBF. Grayscale: #A7A7A7. Windows color (decimal): -8924096 or 4248695. OLE color: 4248695.

HSL color Cylindrical-coordinate representation of color #77D440: hue angle of 97.7º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77D440 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 119 212 64 -
CMYK 0.44 0 0.70 0.17
HSL 97.7º 0.63% 0.54% -
HSV(B) 97.7º 0.7% 0.83% -
XYZ 32.08 51.38 13.08 -
YUV 167.32 69.69 93.53 -
System Red Green Blue C M Y K H S L
Decimal 119 212 64 0.44 0 0.70 0.17 97.7 0.63 0.54
Hex 77 D4 40 2C 0 46 11 62 3F 36
Octal 167 324 100 54 0 106 21 142 77 66
Binary 1110111 11010100 1000000 101100 0 1000110 10001 1100010 111111 110110

Color Harmonies of #77D440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D440

Black with #77D440

Text Example


Text Example

White with #77D440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,212,64); }

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

background-color css

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

 a { background-color: rgb(119,212,64); }

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

border-color css

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

 span { border-color: rgb(119,212,64); }

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