Html Css Color HEX #76E150 Mantis

📋 copy color: '#76E150'

red 118 ◦ green 225 ◦ blue 80

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

Shades of Mantis #76E150

Tints of Mantis #76E150

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.19%

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

R = 27.9%
G = 53.19%
B = 18.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#76E150 (or 0x76E150) is known color: Mantis. HEX triplet: 76, E1 and 50. RGB value is (118,225,80). Sum of RGB (Red+Green+Blue) = 118+225+80=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #76E150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76E150 is #891EAF. Grayscale: #B0B0B0. Windows color (decimal): -8986288 or 5300598. OLE color: 5300598.

HSL color Cylindrical-coordinate representation of color #76E150: hue angle of 104.28º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76E150 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 225 80 -
CMYK 0.48 0 0.64 0.12
HSL 104.28º 0.71% 0.6% -
HSV(B) 104.28º 0.64% 0.88% -
XYZ 35.84 58.28 16.95 -
YUV 176.48 73.55 86.29 -
System Red Green Blue C M Y K H S L
Decimal 118 225 80 0.48 0 0.64 0.12 104.28 0.71 0.6
Hex 76 E1 50 30 0 40 C 68 47 3C
Octal 166 341 120 60 0 100 14 150 107 74
Binary 1110110 11100001 1010000 110000 0 1000000 1100 1101000 1000111 111100

Color Harmonies of #76E150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E150

Black with #76E150

Text Example


Text Example

White with #76E150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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