Html Css Color HEX #77D64B Mantis

📋 copy color: '#77D64B'

red 119 ◦ green 214 ◦ blue 75

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

Shades of Mantis #77D64B

Tints of Mantis #77D64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.38%

R = 29.17%
G = 52.45%
B = 18.38%

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

#77D64B (or 0x77D64B) is known color: Mantis. HEX triplet: 77, D6 and 4B. RGB value is (119,214,75). Sum of RGB (Red+Green+Blue) = 119+214+75=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #77D64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D64B is #8829B4. Grayscale: #AAAAAA. Windows color (decimal): -8923573 or 4970103. OLE color: 4970103.

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

Color convert

RGB 119 214 75 -
CMYK 0.44 0 0.65 0.16
HSL 101.01º 0.63% 0.57% -
HSV(B) 101.01º 0.65% 0.84% -
XYZ 32.92 52.52 15.06 -
YUV 169.75 74.53 91.8 -
System Red Green Blue C M Y K H S L
Decimal 119 214 75 0.44 0 0.65 0.16 101.01 0.63 0.57
Hex 77 D6 4B 2C 0 41 10 65 3F 39
Octal 167 326 113 54 0 101 20 145 77 71
Binary 1110111 11010110 1001011 101100 0 1000001 10000 1100101 111111 111001

Color Harmonies of #77D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D64B

Black with #77D64B

Text Example


Text Example

White with #77D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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