Html Css Color HEX #76D149 Mantis

📋 copy color: '#76D149'

red 118 ◦ green 209 ◦ blue 73

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

Shades of Mantis #76D149

Tints of Mantis #76D149

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.25%

 BLUE value IS 73 (28.91% from 255) = 18.25%

R = 29.5%
G = 52.25%
B = 18.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#76D149 (or 0x76D149) is known color: Mantis. HEX triplet: 76, D1 and 49. RGB value is (118,209,73). Sum of RGB (Red+Green+Blue) = 118+209+73=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #76D149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D149 is #892EB6. Grayscale: #A6A6A6. Windows color (decimal): -8990391 or 4837750. OLE color: 4837750.

HSL color Cylindrical-coordinate representation of color #76D149: hue angle of 100.15º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76D149 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 209 73 -
CMYK 0.44 0 0.65 0.18
HSL 100.15º 0.6% 0.55% -
HSV(B) 100.15º 0.65% 0.82% -
XYZ 31.47 49.93 14.28 -
YUV 166.29 75.35 93.56 -
System Red Green Blue C M Y K H S L
Decimal 118 209 73 0.44 0 0.65 0.18 100.15 0.6 0.55
Hex 76 D1 49 2C 0 41 12 64 3C 37
Octal 166 321 111 54 0 101 22 144 74 67
Binary 1110110 11010001 1001001 101100 0 1000001 10010 1100100 111100 110111

Color Harmonies of #76D149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D149

Black with #76D149

Text Example


Text Example

White with #76D149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,209,73); }

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

background-color css

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

 a { background-color: rgb(118,209,73); }

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

border-color css

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

 span { border-color: rgb(118,209,73); }

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