Html Css Color HEX #76C848 Mantis

📋 copy color: '#76C848'

red 118 ◦ green 200 ◦ blue 72

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

Shades of Mantis #76C848

Tints of Mantis #76C848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.28%

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

R = 30.26%
G = 51.28%
B = 18.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#76C848 (or 0x76C848) is known color: Mantis. HEX triplet: 76, C8 and 48. RGB value is (118,200,72). Sum of RGB (Red+Green+Blue) = 118+200+72=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #76C848 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C848 is #8937B7. Grayscale: #A1A1A1. Windows color (decimal): -8992696 or 4769910. OLE color: 4769910.

HSL color Cylindrical-coordinate representation of color #76C848: hue angle of 98.44º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76C848 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 200 72 -
CMYK 0.41 0 0.64 0.22
HSL 98.44º 0.54% 0.53% -
HSV(B) 98.44º 0.64% 0.78% -
XYZ 29.3 45.63 13.39 -
YUV 160.89 77.83 97.41 -
System Red Green Blue C M Y K H S L
Decimal 118 200 72 0.41 0 0.64 0.22 98.44 0.54 0.53
Hex 76 C8 48 29 0 40 16 62 36 35
Octal 166 310 110 51 0 100 26 142 66 65
Binary 1110110 11001000 1001000 101001 0 1000000 10110 1100010 110110 110101

Color Harmonies of #76C848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C848

Black with #76C848

Text Example


Text Example

White with #76C848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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