Html Css Color HEX #76D146 Mantis

📋 copy color: '#76D146'

red 118 ◦ green 209 ◦ blue 70

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

Shades of Mantis #76D146

Tints of Mantis #76D146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 29.72%
G = 52.64%
B = 17.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#76D146 (or 0x76D146) is known color: Mantis. HEX triplet: 76, D1 and 46. RGB value is (118,209,70). Sum of RGB (Red+Green+Blue) = 118+209+70=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #76D146 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D146 is #892EB9. Grayscale: #A6A6A6. Windows color (decimal): -8990394 or 4641142. OLE color: 4641142.

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

Color convert

RGB 118 209 70 -
CMYK 0.44 0 0.67 0.18
HSL 99.28º 0.6% 0.55% -
HSV(B) 99.28º 0.67% 0.82% -
XYZ 31.38 49.89 13.77 -
YUV 165.95 73.85 93.8 -
System Red Green Blue C M Y K H S L
Decimal 118 209 70 0.44 0 0.67 0.18 99.28 0.6 0.55
Hex 76 D1 46 2C 0 43 12 63 3C 37
Octal 166 321 106 54 0 103 22 143 74 67
Binary 1110110 11010001 1000110 101100 0 1000011 10010 1100011 111100 110111

Color Harmonies of #76D146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D146

Black with #76D146

Text Example


Text Example

White with #76D146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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