Html Css Color HEX #76D048 Mantis

📋 copy color: '#76D048'

red 118 ◦ green 208 ◦ blue 72

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

Shades of Mantis #76D048

Tints of Mantis #76D048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.26%

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

R = 29.65%
G = 52.26%
B = 18.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#76D048 (or 0x76D048) is known color: Mantis. HEX triplet: 76, D0 and 48. RGB value is (118,208,72). Sum of RGB (Red+Green+Blue) = 118+208+72=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #76D048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D048 is #892FB7. Grayscale: #A6A6A6. Windows color (decimal): -8990648 or 4771958. OLE color: 4771958.

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

Color convert

RGB 118 208 72 -
CMYK 0.43 0 0.65 0.18
HSL 99.71º 0.59% 0.55% -
HSV(B) 99.71º 0.65% 0.82% -
XYZ 31.2 49.43 14.03 -
YUV 165.59 75.18 94.06 -
System Red Green Blue C M Y K H S L
Decimal 118 208 72 0.43 0 0.65 0.18 99.71 0.59 0.55
Hex 76 D0 48 2B 0 41 12 64 3B 37
Octal 166 320 110 53 0 101 22 144 73 67
Binary 1110110 11010000 1001000 101011 0 1000001 10010 1100100 111011 110111

Color Harmonies of #76D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D048

Black with #76D048

Text Example


Text Example

White with #76D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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