Html Css Color HEX #76DC41 Mantis

📋 copy color: '#76DC41'

red 118 ◦ green 220 ◦ blue 65

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

Shades of Mantis #76DC41

Tints of Mantis #76DC41

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.59%

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

R = 29.28%
G = 54.59%
B = 16.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#76DC41 (or 0x76DC41) is known color: Mantis. HEX triplet: 76, DC and 41. RGB value is (118,220,65). Sum of RGB (Red+Green+Blue) = 118+220+65=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DC41 is #8923BE. Grayscale: #ACACAC. Windows color (decimal): -8987583 or 4316278. OLE color: 4316278.

HSL color Cylindrical-coordinate representation of color #76DC41: hue angle of 99.48º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76DC41 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 220 65 -
CMYK 0.46 0 0.70 0.14
HSL 99.48º 0.69% 0.56% -
HSV(B) 99.48º 0.7% 0.86% -
XYZ 34.02 55.42 13.91 -
YUV 171.83 67.71 89.6 -
System Red Green Blue C M Y K H S L
Decimal 118 220 65 0.46 0 0.70 0.14 99.48 0.69 0.56
Hex 76 DC 41 2E 0 46 E 63 45 38
Octal 166 334 101 56 0 106 16 143 105 70
Binary 1110110 11011100 1000001 101110 0 1000110 1110 1100011 1000101 111000

Color Harmonies of #76DC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DC41

Black with #76DC41

Text Example


Text Example

White with #76DC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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