Html Css Color HEX #76E840 Mantis

📋 copy color: '#76E840'

red 118 ◦ green 232 ◦ blue 64

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

Shades of Mantis #76E840

Tints of Mantis #76E840

RGB

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

 GREEN value IS 232 (91.02% from 255) = 56.04%

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

R = 28.5%
G = 56.04%
B = 15.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#76E840 (or 0x76E840) is known color: Mantis. HEX triplet: 76, E8 and 40. RGB value is (118,232,64). Sum of RGB (Red+Green+Blue) = 118+232+64=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 232 (91.02% from 255 or 56.04% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 232 - color contains mainly: green. Hex color #76E840 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76E840 is #8917BF. Grayscale: #B3B3B3. Windows color (decimal): -8984512 or 4253814. OLE color: 4253814.

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

Color convert

RGB 118 232 64 -
CMYK 0.49 0 0.72 0.09
HSL 100.71º 0.79% 0.58% -
HSV(B) 100.71º 0.72% 0.91% -
XYZ 37.25 61.93 14.84 -
YUV 178.76 63.23 84.66 -
System Red Green Blue C M Y K H S L
Decimal 118 232 64 0.49 0 0.72 0.09 100.71 0.79 0.58
Hex 76 E8 40 31 0 48 9 65 4F 3A
Octal 166 350 100 61 0 110 11 145 117 72
Binary 1110110 11101000 1000000 110001 0 1001000 1001 1100101 1001111 111010

Color Harmonies of #76E840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E840

Black with #76E840

Text Example


Text Example

White with #76E840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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