Html Css Color HEX #76D648 Mantis

📋 copy color: '#76D648'

red 118 ◦ green 214 ◦ blue 72

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

Shades of Mantis #76D648

Tints of Mantis #76D648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.97%

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

R = 29.21%
G = 52.97%
B = 17.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#76D648 (or 0x76D648) is known color: Mantis. HEX triplet: 76, D6 and 48. RGB value is (118,214,72). Sum of RGB (Red+Green+Blue) = 118+214+72=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #76D648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D648 is #8929B7. Grayscale: #A9A9A9. Windows color (decimal): -8989112 or 4773494. OLE color: 4773494.

HSL color Cylindrical-coordinate representation of color #76D648: hue angle of 100.56º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76D648 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 214 72 -
CMYK 0.45 0 0.66 0.16
HSL 100.56º 0.63% 0.56% -
HSV(B) 100.56º 0.66% 0.84% -
XYZ 32.69 52.41 14.52 -
YUV 169.11 73.2 91.55 -
System Red Green Blue C M Y K H S L
Decimal 118 214 72 0.45 0 0.66 0.16 100.56 0.63 0.56
Hex 76 D6 48 2D 0 42 10 65 3F 38
Octal 166 326 110 55 0 102 20 145 77 70
Binary 1110110 11010110 1001000 101101 0 1000010 10000 1100101 111111 111000

Color Harmonies of #76D648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D648

Black with #76D648

Text Example


Text Example

White with #76D648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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