Html Css Color HEX #76BF50 Mantis

📋 copy color: '#76BF50'

red 118 ◦ green 191 ◦ blue 80

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

Shades of Mantis #76BF50

Tints of Mantis #76BF50

RGB

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

 GREEN value IS 191 (75% from 255) = 49.1%

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

R = 30.33%
G = 49.1%
B = 20.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#76BF50 (or 0x76BF50) is known color: Mantis. HEX triplet: 76, BF and 50. RGB value is (118,191,80). Sum of RGB (Red+Green+Blue) = 118+191+80=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF50 is #8940AF. Grayscale: #9C9C9C. Windows color (decimal): -8994992 or 5291894. OLE color: 5291894.

HSL color Cylindrical-coordinate representation of color #76BF50: hue angle of 99.46º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76BF50 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 191 80 -
CMYK 0.38 0 0.58 0.25
HSL 99.46º 0.46% 0.53% -
HSV(B) 99.46º 0.58% 0.75% -
XYZ 27.55 41.69 14.18 -
YUV 156.52 84.82 100.53 -
System Red Green Blue C M Y K H S L
Decimal 118 191 80 0.38 0 0.58 0.25 99.46 0.46 0.53
Hex 76 BF 50 26 0 3A 19 63 2E 35
Octal 166 277 120 46 0 72 31 143 56 65
Binary 1110110 10111111 1010000 100110 0 111010 11001 1100011 101110 110101

Color Harmonies of #76BF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF50

Black with #76BF50

Text Example


Text Example

White with #76BF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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