Html Css Color HEX #76C548 Mantis

📋 copy color: '#76C548'

red 118 ◦ green 197 ◦ blue 72

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

Shades of Mantis #76C548

Tints of Mantis #76C548

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.9%

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

R = 30.49%
G = 50.9%
B = 18.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#76C548 (or 0x76C548) is known color: Mantis. HEX triplet: 76, C5 and 48. RGB value is (118,197,72). Sum of RGB (Red+Green+Blue) = 118+197+72=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #76C548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C548 is #893AB7. Grayscale: #9F9F9F. Windows color (decimal): -8993464 or 4769142. OLE color: 4769142.

HSL color Cylindrical-coordinate representation of color #76C548: hue angle of 97.92º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76C548 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 197 72 -
CMYK 0.40 0 0.63 0.23
HSL 97.92º 0.52% 0.53% -
HSV(B) 97.92º 0.63% 0.77% -
XYZ 28.61 44.25 13.16 -
YUV 159.13 78.83 98.66 -
System Red Green Blue C M Y K H S L
Decimal 118 197 72 0.40 0 0.63 0.23 97.92 0.52 0.53
Hex 76 C5 48 28 0 3F 17 62 34 35
Octal 166 305 110 50 0 77 27 142 64 65
Binary 1110110 11000101 1001000 101000 0 111111 10111 1100010 110100 110101

Color Harmonies of #76C548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C548

Black with #76C548

Text Example


Text Example

White with #76C548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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