Html Css Color HEX #76D848 Mantis

📋 copy color: '#76D848'

red 118 ◦ green 216 ◦ blue 72

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

Shades of Mantis #76D848

Tints of Mantis #76D848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.2%

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

R = 29.06%
G = 53.2%
B = 17.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#76D848 (or 0x76D848) is known color: Mantis. HEX triplet: 76, D8 and 48. RGB value is (118,216,72). Sum of RGB (Red+Green+Blue) = 118+216+72=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #76D848 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D848 is #8927B7. Grayscale: #AAAAAA. Windows color (decimal): -8988600 or 4774006. OLE color: 4774006.

HSL color Cylindrical-coordinate representation of color #76D848: hue angle of 100.83º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76D848 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 216 72 -
CMYK 0.45 0 0.67 0.15
HSL 100.83º 0.65% 0.56% -
HSV(B) 100.83º 0.67% 0.85% -
XYZ 33.2 53.43 14.69 -
YUV 170.28 72.53 90.71 -
System Red Green Blue C M Y K H S L
Decimal 118 216 72 0.45 0 0.67 0.15 100.83 0.65 0.56
Hex 76 D8 48 2D 0 43 F 65 41 38
Octal 166 330 110 55 0 103 17 145 101 70
Binary 1110110 11011000 1001000 101101 0 1000011 1111 1100101 1000001 111000

Color Harmonies of #76D848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D848

Black with #76D848

Text Example


Text Example

White with #76D848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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