Html Css Color HEX #76E940 Mantis

📋 copy color: '#76E940'

red 118 ◦ green 233 ◦ blue 64

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

Shades of Mantis #76E940

Tints of Mantis #76E940

RGB

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

 GREEN value IS 233 (91.41% from 255) = 56.14%

 BLUE value IS 64 (25.39% from 255) = 15.42%

R = 28.43%
G = 56.14%
B = 15.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#76E940 (or 0x76E940) is known color: Mantis. HEX triplet: 76, E9 and 40. RGB value is (118,233,64). Sum of RGB (Red+Green+Blue) = 118+233+64=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 233 (91.41% from 255 or 56.14% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 233 - color contains mainly: green. Hex color #76E940 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76E940 is #8916BF. Grayscale: #B3B3B3. Windows color (decimal): -8984256 or 4254070. OLE color: 4254070.

HSL color Cylindrical-coordinate representation of color #76E940: hue angle of 100.83º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76E940 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 233 64 -
CMYK 0.49 0 0.73 0.09
HSL 100.83º 0.79% 0.58% -
HSV(B) 100.83º 0.73% 0.91% -
XYZ 37.54 62.5 14.94 -
YUV 179.35 62.9 84.24 -
System Red Green Blue C M Y K H S L
Decimal 118 233 64 0.49 0 0.73 0.09 100.83 0.79 0.58
Hex 76 E9 40 31 0 49 9 65 4F 3A
Octal 166 351 100 61 0 111 11 145 117 72
Binary 1110110 11101001 1000000 110001 0 1001001 1001 1100101 1001111 111010

Color Harmonies of #76E940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E940

Black with #76E940

Text Example


Text Example

White with #76E940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,233,64); }

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

background-color css

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

 a { background-color: rgb(118,233,64); }

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

border-color css

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

 span { border-color: rgb(118,233,64); }

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