Html Css Color HEX #77EA41 Mantis

📋 copy color: '#77EA41'

red 119 ◦ green 234 ◦ blue 65

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

Shades of Mantis #77EA41

Tints of Mantis #77EA41

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.98%

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

R = 28.47%
G = 55.98%
B = 15.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#77EA41 (or 0x77EA41) is known color: Mantis. HEX triplet: 77, EA and 41. RGB value is (119,234,65). Sum of RGB (Red+Green+Blue) = 119+234+65=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 234 (91.80% from 255 or 55.98% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 234 - color contains mainly: green. Hex color #77EA41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77EA41 is #8815BE. Grayscale: #B4B4B4. Windows color (decimal): -8918463 or 4319863. OLE color: 4319863.

HSL color Cylindrical-coordinate representation of color #77EA41: hue angle of 100.83º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77EA41 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 234 65 -
CMYK 0.49 0 0.72 0.08
HSL 100.83º 0.8% 0.59% -
HSV(B) 100.83º 0.72% 0.92% -
XYZ 37.98 63.15 15.19 -
YUV 180.35 62.9 84.24 -
System Red Green Blue C M Y K H S L
Decimal 119 234 65 0.49 0 0.72 0.08 100.83 0.8 0.59
Hex 77 EA 41 31 0 48 8 65 50 3B
Octal 167 352 101 61 0 110 10 145 120 73
Binary 1110111 11101010 1000001 110001 0 1001000 1000 1100101 1010000 111011

Color Harmonies of #77EA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EA41

Black with #77EA41

Text Example


Text Example

White with #77EA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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