Html Css Color HEX #76D85B Mantis

📋 copy color: '#76D85B'

red 118 ◦ green 216 ◦ blue 91

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

Shades of Mantis #76D85B

Tints of Mantis #76D85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.82%

 BLUE value IS 91 (35.94% from 255) = 21.41%

R = 27.76%
G = 50.82%
B = 21.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#76D85B (or 0x76D85B) is known color: Mantis. HEX triplet: 76, D8 and 5B. RGB value is (118,216,91). Sum of RGB (Red+Green+Blue) = 118+216+91=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #76D85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D85B is #8927A4. Grayscale: #ACACAC. Windows color (decimal): -8988581 or 6019190. OLE color: 6019190.

HSL color Cylindrical-coordinate representation of color #76D85B: hue angle of 107.04º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76D85B is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 216 91 -
CMYK 0.45 0 0.58 0.15
HSL 107.04º 0.62% 0.6% -
HSV(B) 107.04º 0.58% 0.85% -
XYZ 33.92 53.72 18.48 -
YUV 172.45 82.03 89.16 -
System Red Green Blue C M Y K H S L
Decimal 118 216 91 0.45 0 0.58 0.15 107.04 0.62 0.6
Hex 76 D8 5B 2D 0 3A F 6B 3E 3C
Octal 166 330 133 55 0 72 17 153 76 74
Binary 1110110 11011000 1011011 101101 0 111010 1111 1101011 111110 111100

Color Harmonies of #76D85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D85B

Black with #76D85B

Text Example


Text Example

White with #76D85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,216,91); }

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

background-color css

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

 a { background-color: rgb(118,216,91); }

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

border-color css

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

 span { border-color: rgb(118,216,91); }

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