Html Css Color HEX #76E450 Mantis

📋 copy color: '#76E450'

red 118 ◦ green 228 ◦ blue 80

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

Shades of Mantis #76E450

Tints of Mantis #76E450

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.52%

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

R = 27.7%
G = 53.52%
B = 18.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#76E450 (or 0x76E450) is known color: Mantis. HEX triplet: 76, E4 and 50. RGB value is (118,228,80). Sum of RGB (Red+Green+Blue) = 118+228+80=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 228 (89.45% from 255 or 53.52% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 228 - color contains mainly: green. Hex color #76E450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76E450 is #891BAF. Grayscale: #B2B2B2. Windows color (decimal): -8985520 or 5301366. OLE color: 5301366.

HSL color Cylindrical-coordinate representation of color #76E450: hue angle of 104.59º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76E450 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 228 80 -
CMYK 0.48 0 0.65 0.11
HSL 104.59º 0.73% 0.6% -
HSV(B) 104.59º 0.65% 0.89% -
XYZ 36.66 59.92 17.22 -
YUV 178.24 72.56 85.03 -
System Red Green Blue C M Y K H S L
Decimal 118 228 80 0.48 0 0.65 0.11 104.59 0.73 0.6
Hex 76 E4 50 30 0 41 B 69 49 3C
Octal 166 344 120 60 0 101 13 151 111 74
Binary 1110110 11100100 1010000 110000 0 1000001 1011 1101001 1001001 111100

Color Harmonies of #76E450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E450

Black with #76E450

Text Example


Text Example

White with #76E450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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