Html Css Color HEX #76CE48 Mantis

📋 copy color: '#76CE48'

red 118 ◦ green 206 ◦ blue 72

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

Shades of Mantis #76CE48

Tints of Mantis #76CE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.02%

 BLUE value IS 72 (28.52% from 255) = 18.18%

R = 29.8%
G = 52.02%
B = 18.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#76CE48 (or 0x76CE48) is known color: Mantis. HEX triplet: 76, CE and 48. RGB value is (118,206,72). Sum of RGB (Red+Green+Blue) = 118+206+72=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE48 is #8931B7. Grayscale: #A4A4A4. Windows color (decimal): -8991160 or 4771446. OLE color: 4771446.

HSL color Cylindrical-coordinate representation of color #76CE48: hue angle of 99.4º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76CE48 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 72 -
CMYK 0.43 0 0.65 0.19
HSL 99.4º 0.58% 0.55% -
HSV(B) 99.4º 0.65% 0.81% -
XYZ 30.71 48.46 13.87 -
YUV 164.41 75.85 94.9 -
System Red Green Blue C M Y K H S L
Decimal 118 206 72 0.43 0 0.65 0.19 99.4 0.58 0.55
Hex 76 CE 48 2B 0 41 13 63 3A 37
Octal 166 316 110 53 0 101 23 143 72 67
Binary 1110110 11001110 1001000 101011 0 1000001 10011 1100011 111010 110111

Color Harmonies of #76CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE48

Black with #76CE48

Text Example


Text Example

White with #76CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,206,72); }

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

background-color css

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

 a { background-color: rgb(118,206,72); }

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

border-color css

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

 span { border-color: rgb(118,206,72); }

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