Html Css Color HEX #76D84A Mantis

📋 copy color: '#76D84A'

red 118 ◦ green 216 ◦ blue 74

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

Shades of Mantis #76D84A

Tints of Mantis #76D84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 28.92%
G = 52.94%
B = 18.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#76D84A (or 0x76D84A) is known color: Mantis. HEX triplet: 76, D8 and 4A. RGB value is (118,216,74). Sum of RGB (Red+Green+Blue) = 118+216+74=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #76D84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D84A is #8927B5. Grayscale: #AAAAAA. Windows color (decimal): -8988598 or 4905078. OLE color: 4905078.

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

Color convert

RGB 118 216 74 -
CMYK 0.45 0 0.66 0.15
HSL 101.41º 0.65% 0.57% -
HSV(B) 101.41º 0.66% 0.85% -
XYZ 33.26 53.46 15.04 -
YUV 170.51 73.53 90.55 -
System Red Green Blue C M Y K H S L
Decimal 118 216 74 0.45 0 0.66 0.15 101.41 0.65 0.57
Hex 76 D8 4A 2D 0 42 F 65 41 39
Octal 166 330 112 55 0 102 17 145 101 71
Binary 1110110 11011000 1001010 101101 0 1000010 1111 1100101 1000001 111001

Color Harmonies of #76D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D84A

Black with #76D84A

Text Example


Text Example

White with #76D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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