Html Css Color HEX #76C157 Mantis

📋 copy color: '#76C157'

red 118 ◦ green 193 ◦ blue 87

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

Shades of Mantis #76C157

Tints of Mantis #76C157

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.49%

 BLUE value IS 87 (34.38% from 255) = 21.86%

R = 29.65%
G = 48.49%
B = 21.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#76C157 (or 0x76C157) is known color: Mantis. HEX triplet: 76, C1 and 57. RGB value is (118,193,87). Sum of RGB (Red+Green+Blue) = 118+193+87=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #76C157 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C157 is #893EA8. Grayscale: #9E9E9E. Windows color (decimal): -8994473 or 5751158. OLE color: 5751158.

HSL color Cylindrical-coordinate representation of color #76C157: hue angle of 102.45º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76C157 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 193 87 -
CMYK 0.39 0 0.55 0.24
HSL 102.45º 0.46% 0.55% -
HSV(B) 102.45º 0.55% 0.76% -
XYZ 28.26 42.68 15.77 -
YUV 158.49 87.65 99.12 -
System Red Green Blue C M Y K H S L
Decimal 118 193 87 0.39 0 0.55 0.24 102.45 0.46 0.55
Hex 76 C1 57 27 0 37 18 66 2E 37
Octal 166 301 127 47 0 67 30 146 56 67
Binary 1110110 11000001 1010111 100111 0 110111 11000 1100110 101110 110111

Color Harmonies of #76C157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C157

Black with #76C157

Text Example


Text Example

White with #76C157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,193,87); }

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

background-color css

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

 a { background-color: rgb(118,193,87); }

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

border-color css

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

 span { border-color: rgb(118,193,87); }

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