Html Css Color HEX #76E941 Mantis

📋 copy color: '#76E941'

red 118 ◦ green 233 ◦ blue 65

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

Shades of Mantis #76E941

Tints of Mantis #76E941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.63%

R = 28.37%
G = 56.01%
B = 15.63%

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

#76E941 (or 0x76E941) is known color: Mantis. HEX triplet: 76, E9 and 41. RGB value is (118,233,65). Sum of RGB (Red+Green+Blue) = 118+233+65=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 233 (91.41% from 255 or 56.01% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 233 - color contains mainly: green. Hex color #76E941 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76E941 is #8916BE. Grayscale: #B4B4B4. Windows color (decimal): -8984255 or 4319606. OLE color: 4319606.

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

Color convert

RGB 118 233 65 -
CMYK 0.49 0 0.72 0.09
HSL 101.07º 0.79% 0.58% -
HSV(B) 101.07º 0.72% 0.91% -
XYZ 37.56 62.51 15.09 -
YUV 179.46 63.4 84.16 -
System Red Green Blue C M Y K H S L
Decimal 118 233 65 0.49 0 0.72 0.09 101.07 0.79 0.58
Hex 76 E9 41 31 0 48 9 65 4F 3A
Octal 166 351 101 61 0 110 11 145 117 72
Binary 1110110 11101001 1000001 110001 0 1001000 1001 1100101 1001111 111010

Color Harmonies of #76E941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E941

Black with #76E941

Text Example


Text Example

White with #76E941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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