Html Css Color HEX #76C45D Mantis

📋 copy color: '#76C45D'

red 118 ◦ green 196 ◦ blue 93

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

Shades of Mantis #76C45D

Tints of Mantis #76C45D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.16%

 BLUE value IS 93 (36.72% from 255) = 22.85%

R = 28.99%
G = 48.16%
B = 22.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#76C45D (or 0x76C45D) is known color: Mantis. HEX triplet: 76, C4 and 5D. RGB value is (118,196,93). Sum of RGB (Red+Green+Blue) = 118+196+93=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #76C45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C45D is #893BA2. Grayscale: #A1A1A1. Windows color (decimal): -8993699 or 6145142. OLE color: 6145142.

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

Color convert

RGB 118 196 93 -
CMYK 0.40 0 0.53 0.23
HSL 105.44º 0.47% 0.57% -
HSV(B) 105.44º 0.53% 0.77% -
XYZ 29.19 44.12 17.33 -
YUV 160.94 89.66 97.38 -
System Red Green Blue C M Y K H S L
Decimal 118 196 93 0.40 0 0.53 0.23 105.44 0.47 0.57
Hex 76 C4 5D 28 0 35 17 69 2F 39
Octal 166 304 135 50 0 65 27 151 57 71
Binary 1110110 11000100 1011101 101000 0 110101 10111 1101001 101111 111001

Color Harmonies of #76C45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C45D

Black with #76C45D

Text Example


Text Example

White with #76C45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,196,93); }

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

background-color css

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

 a { background-color: rgb(118,196,93); }

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

border-color css

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

 span { border-color: rgb(118,196,93); }

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