Html Css Color HEX #76D845 Mantis

📋 copy color: '#76D845'

red 118 ◦ green 216 ◦ blue 69

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

Shades of Mantis #76D845

Tints of Mantis #76D845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.12%

R = 29.28%
G = 53.6%
B = 17.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#76D845 (or 0x76D845) is known color: Mantis. HEX triplet: 76, D8 and 45. RGB value is (118,216,69). Sum of RGB (Red+Green+Blue) = 118+216+69=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #76D845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D845 is #8927BA. Grayscale: #AAAAAA. Windows color (decimal): -8988603 or 4577398. OLE color: 4577398.

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

Color convert

RGB 118 216 69 -
CMYK 0.45 0 0.68 0.15
HSL 100º 0.65% 0.56% -
HSV(B) 100º 0.68% 0.85% -
XYZ 33.1 53.39 14.19 -
YUV 169.94 71.03 90.95 -
System Red Green Blue C M Y K H S L
Decimal 118 216 69 0.45 0 0.68 0.15 100 0.65 0.56
Hex 76 D8 45 2D 0 44 F 64 41 38
Octal 166 330 105 55 0 104 17 144 101 70
Binary 1110110 11011000 1000101 101101 0 1000100 1111 1100100 1000001 111000

Color Harmonies of #76D845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D845

Black with #76D845

Text Example


Text Example

White with #76D845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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