Html Css Color HEX #77D341 Mantis

📋 copy color: '#77D341'

red 119 ◦ green 211 ◦ blue 65

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

Shades of Mantis #77D341

Tints of Mantis #77D341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.42%

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 30.13%
G = 53.42%
B = 16.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#77D341 (or 0x77D341) is known color: Mantis. HEX triplet: 77, D3 and 41. RGB value is (119,211,65). Sum of RGB (Red+Green+Blue) = 119+211+65=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #77D341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D341 is #882CBE. Grayscale: #A7A7A7. Windows color (decimal): -8924351 or 4313975. OLE color: 4313975.

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

Color convert

RGB 119 211 65 -
CMYK 0.44 0 0.69 0.17
HSL 97.81º 0.62% 0.54% -
HSV(B) 97.81º 0.69% 0.83% -
XYZ 31.86 50.89 13.15 -
YUV 166.85 70.52 93.87 -
System Red Green Blue C M Y K H S L
Decimal 119 211 65 0.44 0 0.69 0.17 97.81 0.62 0.54
Hex 77 D3 41 2C 0 45 11 62 3E 36
Octal 167 323 101 54 0 105 21 142 76 66
Binary 1110111 11010011 1000001 101100 0 1000101 10001 1100010 111110 110110

Color Harmonies of #77D341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D341

Black with #77D341

Text Example


Text Example

White with #77D341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,211,65); }

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

background-color css

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

 a { background-color: rgb(119,211,65); }

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

border-color css

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

 span { border-color: rgb(119,211,65); }

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