Html Css Color HEX #76C561 Mantis

📋 copy color: '#76C561'

red 118 ◦ green 197 ◦ blue 97

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

Shades of Mantis #76C561

Tints of Mantis #76C561

RGB

 RED value IS 118 (46.48% from 255) = 28.64%

 GREEN value IS 197 (77.34% from 255) = 47.82%

 BLUE value IS 97 (38.28% from 255) = 23.54%

R = 28.64%
G = 47.82%
B = 23.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#76C561 (or 0x76C561) is known color: Mantis. HEX triplet: 76, C5 and 61. RGB value is (118,197,97). Sum of RGB (Red+Green+Blue) = 118+197+97=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #76C561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C561 is #893A9E. Grayscale: #A2A2A2. Windows color (decimal): -8993439 or 6407542. OLE color: 6407542.

HSL color Cylindrical-coordinate representation of color #76C561: hue angle of 107.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76C561 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 197 97 -
CMYK 0.40 0 0.51 0.23
HSL 107.4º 0.46% 0.58% -
HSV(B) 107.4º 0.51% 0.77% -
XYZ 29.6 44.65 18.37 -
YUV 161.98 91.33 96.63 -
System Red Green Blue C M Y K H S L
Decimal 118 197 97 0.40 0 0.51 0.23 107.4 0.46 0.58
Hex 76 C5 61 28 0 33 17 6B 2E 3A
Octal 166 305 141 50 0 63 27 153 56 72
Binary 1110110 11000101 1100001 101000 0 110011 10111 1101011 101110 111010

Color Harmonies of #76C561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C561

Black with #76C561

Text Example


Text Example

White with #76C561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C561; }

 p { color: rgb(118,197,97); }

 H1.HeaderClassName
 {
   color: #76C561;
 }
 .AnyTagClassName
 {
   color: #76C561;
 }
</style>

background-color css

<style>
 a { background-color: #76C561; }

 a { background-color: rgb(118,197,97); }

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

border-color css

<style>
 span { border-color: #76C561; }

 span { border-color: rgb(118,197,97); }

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