Html Css Color HEX #77C246 Mantis

📋 copy color: '#77C246'

red 119 ◦ green 194 ◦ blue 70

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

Shades of Mantis #77C246

Tints of Mantis #77C246

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.65%

 BLUE value IS 70 (27.73% from 255) = 18.28%

R = 31.07%
G = 50.65%
B = 18.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#77C246 (or 0x77C246) is known color: Mantis. HEX triplet: 77, C2 and 46. RGB value is (119,194,70). Sum of RGB (Red+Green+Blue) = 119+194+70=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #77C246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C246 is #883DB9. Grayscale: #9D9D9D. Windows color (decimal): -8928698 or 4637303. OLE color: 4637303.

HSL color Cylindrical-coordinate representation of color #77C246: hue angle of 96.29º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77C246 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 194 70 -
CMYK 0.39 0 0.64 0.24
HSL 96.29º 0.5% 0.52% -
HSV(B) 96.29º 0.64% 0.76% -
XYZ 28.01 42.95 12.61 -
YUV 157.44 78.65 100.58 -
System Red Green Blue C M Y K H S L
Decimal 119 194 70 0.39 0 0.64 0.24 96.29 0.5 0.52
Hex 77 C2 46 27 0 40 18 60 32 34
Octal 167 302 106 47 0 100 30 140 62 64
Binary 1110111 11000010 1000110 100111 0 1000000 11000 1100000 110010 110100

Color Harmonies of #77C246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C246

Black with #77C246

Text Example


Text Example

White with #77C246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,194,70); }

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

background-color css

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

 a { background-color: rgb(119,194,70); }

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

border-color css

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

 span { border-color: rgb(119,194,70); }

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