Html Css Color HEX #76CA50 Mantis

📋 copy color: '#76CA50'

red 118 ◦ green 202 ◦ blue 80

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

Shades of Mantis #76CA50

Tints of Mantis #76CA50

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.5%

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

R = 29.5%
G = 50.5%
B = 20%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#76CA50 (or 0x76CA50) is known color: Mantis. HEX triplet: 76, CA and 50. RGB value is (118,202,80). Sum of RGB (Red+Green+Blue) = 118+202+80=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA50 is #8935AF. Grayscale: #A3A3A3. Windows color (decimal): -8992176 or 5294710. OLE color: 5294710.

HSL color Cylindrical-coordinate representation of color #76CA50: hue angle of 101.31º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76CA50 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 80 -
CMYK 0.42 0 0.60 0.21
HSL 101.31º 0.54% 0.55% -
HSV(B) 101.31º 0.6% 0.79% -
XYZ 30.04 46.67 15.01 -
YUV 162.98 81.17 95.92 -
System Red Green Blue C M Y K H S L
Decimal 118 202 80 0.42 0 0.60 0.21 101.31 0.54 0.55
Hex 76 CA 50 2A 0 3C 15 65 36 37
Octal 166 312 120 52 0 74 25 145 66 67
Binary 1110110 11001010 1010000 101010 0 111100 10101 1100101 110110 110111

Color Harmonies of #76CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA50

Black with #76CA50

Text Example


Text Example

White with #76CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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