Html Css Color HEX #76C34D Mantis

📋 copy color: '#76C34D'

red 118 ◦ green 195 ◦ blue 77

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

Shades of Mantis #76C34D

Tints of Mantis #76C34D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50%

 BLUE value IS 77 (30.47% from 255) = 19.74%

R = 30.26%
G = 50%
B = 19.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#76C34D (or 0x76C34D) is known color: Mantis. HEX triplet: 76, C3 and 4D. RGB value is (118,195,77). Sum of RGB (Red+Green+Blue) = 118+195+77=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #76C34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C34D is #893CB2. Grayscale: #9E9E9E. Windows color (decimal): -8993971 or 5096310. OLE color: 5096310.

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

Color convert

RGB 118 195 77 -
CMYK 0.39 0 0.61 0.24
HSL 99.15º 0.5% 0.53% -
HSV(B) 99.15º 0.61% 0.76% -
XYZ 28.33 43.42 13.91 -
YUV 158.53 81.99 99.09 -
System Red Green Blue C M Y K H S L
Decimal 118 195 77 0.39 0 0.61 0.24 99.15 0.5 0.53
Hex 76 C3 4D 27 0 3D 18 63 32 35
Octal 166 303 115 47 0 75 30 143 62 65
Binary 1110110 11000011 1001101 100111 0 111101 11000 1100011 110010 110101

Color Harmonies of #76C34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C34D

Black with #76C34D

Text Example


Text Example

White with #76C34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,195,77); }

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

background-color css

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

 a { background-color: rgb(118,195,77); }

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

border-color css

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

 span { border-color: rgb(118,195,77); }

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