Html Css Color HEX #76B550 Mantis

📋 copy color: '#76B550'

red 118 ◦ green 181 ◦ blue 80

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

Shades of Mantis #76B550

Tints of Mantis #76B550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.76%

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 31.13%
G = 47.76%
B = 21.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#76B550 (or 0x76B550) is known color: Mantis. HEX triplet: 76, B5 and 50. RGB value is (118,181,80). Sum of RGB (Red+Green+Blue) = 118+181+80=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #76B550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B550 is #894AAF. Grayscale: #969696. Windows color (decimal): -8997552 or 5289334. OLE color: 5289334.

HSL color Cylindrical-coordinate representation of color #76B550: hue angle of 97.43º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76B550 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 181 80 -
CMYK 0.35 0 0.56 0.29
HSL 97.43º 0.41% 0.51% -
HSV(B) 97.43º 0.56% 0.71% -
XYZ 25.44 37.48 13.48 -
YUV 150.65 88.13 104.71 -
System Red Green Blue C M Y K H S L
Decimal 118 181 80 0.35 0 0.56 0.29 97.43 0.41 0.51
Hex 76 B5 50 23 0 38 1D 61 29 33
Octal 166 265 120 43 0 70 35 141 51 63
Binary 1110110 10110101 1010000 100011 0 111000 11101 1100001 101001 110011

Color Harmonies of #76B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B550

Black with #76B550

Text Example


Text Example

White with #76B550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,181,80); }

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

background-color css

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

 a { background-color: rgb(118,181,80); }

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

border-color css

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

 span { border-color: rgb(118,181,80); }

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