Html Css Color HEX #76D746 Mantis

📋 copy color: '#76D746'

red 118 ◦ green 215 ◦ blue 70

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

Shades of Mantis #76D746

Tints of Mantis #76D746

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.35%

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

R = 29.28%
G = 53.35%
B = 17.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#76D746 (or 0x76D746) is known color: Mantis. HEX triplet: 76, D7 and 46. RGB value is (118,215,70). Sum of RGB (Red+Green+Blue) = 118+215+70=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #76D746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D746 is #8928B9. Grayscale: #A9A9A9. Windows color (decimal): -8988858 or 4642678. OLE color: 4642678.

HSL color Cylindrical-coordinate representation of color #76D746: hue angle of 100.14º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76D746 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 215 70 -
CMYK 0.45 0 0.67 0.16
HSL 100.14º 0.64% 0.56% -
HSV(B) 100.14º 0.67% 0.84% -
XYZ 32.88 52.89 14.27 -
YUV 169.47 71.86 91.29 -
System Red Green Blue C M Y K H S L
Decimal 118 215 70 0.45 0 0.67 0.16 100.14 0.64 0.56
Hex 76 D7 46 2D 0 43 10 64 40 38
Octal 166 327 106 55 0 103 20 144 100 70
Binary 1110110 11010111 1000110 101101 0 1000011 10000 1100100 1000000 111000

Color Harmonies of #76D746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D746

Black with #76D746

Text Example


Text Example

White with #76D746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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