Html Css Color HEX #77DB40 Mantis

📋 copy color: '#77DB40'

red 119 ◦ green 219 ◦ blue 64

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

Shades of Mantis #77DB40

Tints of Mantis #77DB40

RGB

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

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

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

R = 29.6%
G = 54.48%
B = 15.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#77DB40 (or 0x77DB40) is known color: Mantis. HEX triplet: 77, DB and 40. RGB value is (119,219,64). Sum of RGB (Red+Green+Blue) = 119+219+64=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 219 (85.94% from 255 or 54.48% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77DB40 is #8824BF. Grayscale: #ABABAB. Windows color (decimal): -8922304 or 4250487. OLE color: 4250487.

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

Color convert

RGB 119 219 64 -
CMYK 0.46 0 0.71 0.14
HSL 98.71º 0.68% 0.55% -
HSV(B) 98.71º 0.71% 0.86% -
XYZ 33.86 54.96 13.67 -
YUV 171.43 67.37 90.6 -
System Red Green Blue C M Y K H S L
Decimal 119 219 64 0.46 0 0.71 0.14 98.71 0.68 0.55
Hex 77 DB 40 2E 0 47 E 63 44 37
Octal 167 333 100 56 0 107 16 143 104 67
Binary 1110111 11011011 1000000 101110 0 1000111 1110 1100011 1000100 110111

Color Harmonies of #77DB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DB40

Black with #77DB40

Text Example


Text Example

White with #77DB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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