Html Css Color HEX #76E740 Mantis

📋 copy color: '#76E740'

red 118 ◦ green 231 ◦ blue 64

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

Shades of Mantis #76E740

Tints of Mantis #76E740

RGB

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

 GREEN value IS 231 (90.63% from 255) = 55.93%

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

R = 28.57%
G = 55.93%
B = 15.5%

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

#76E740 (or 0x76E740) is known color: Mantis. HEX triplet: 76, E7 and 40. RGB value is (118,231,64). Sum of RGB (Red+Green+Blue) = 118+231+64=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 231 (90.62% from 255 or 55.93% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 231 - color contains mainly: green. Hex color #76E740 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76E740 is #8918BF. Grayscale: #B2B2B2. Windows color (decimal): -8984768 or 4253558. OLE color: 4253558.

HSL color Cylindrical-coordinate representation of color #76E740: hue angle of 100.6º degrees, saturation: 0.78, 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 #76E740 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 231 64 -
CMYK 0.49 0 0.72 0.09
HSL 100.6º 0.78% 0.58% -
HSV(B) 100.6º 0.72% 0.91% -
XYZ 36.97 61.37 14.75 -
YUV 178.18 63.56 85.08 -
System Red Green Blue C M Y K H S L
Decimal 118 231 64 0.49 0 0.72 0.09 100.6 0.78 0.58
Hex 76 E7 40 31 0 48 9 65 4E 3A
Octal 166 347 100 61 0 110 11 145 116 72
Binary 1110110 11100111 1000000 110001 0 1001000 1001 1100101 1001110 111010

Color Harmonies of #76E740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E740

Black with #76E740

Text Example


Text Example

White with #76E740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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