Html Css Color HEX #76DC44 Mantis

📋 copy color: '#76DC44'

red 118 ◦ green 220 ◦ blue 68

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

Shades of Mantis #76DC44

Tints of Mantis #76DC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.75%

R = 29.06%
G = 54.19%
B = 16.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#76DC44 (or 0x76DC44) is known color: Mantis. HEX triplet: 76, DC and 44. RGB value is (118,220,68). Sum of RGB (Red+Green+Blue) = 118+220+68=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DC44 is #8923BB. Grayscale: #ACACAC. Windows color (decimal): -8987580 or 4512886. OLE color: 4512886.

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

Color convert

RGB 118 220 68 -
CMYK 0.46 0 0.69 0.14
HSL 100.26º 0.68% 0.56% -
HSV(B) 100.26º 0.69% 0.86% -
XYZ 34.11 55.46 14.38 -
YUV 172.17 69.21 89.36 -
System Red Green Blue C M Y K H S L
Decimal 118 220 68 0.46 0 0.69 0.14 100.26 0.68 0.56
Hex 76 DC 44 2E 0 45 E 64 44 38
Octal 166 334 104 56 0 105 16 144 104 70
Binary 1110110 11011100 1000100 101110 0 1000101 1110 1100100 1000100 111000

Color Harmonies of #76DC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DC44

Black with #76DC44

Text Example


Text Example

White with #76DC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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