Html Css Color HEX #76D74A Mantis

📋 copy color: '#76D74A'

red 118 ◦ green 215 ◦ blue 74

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

Shades of Mantis #76D74A

Tints of Mantis #76D74A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.83%

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

R = 28.99%
G = 52.83%
B = 18.18%

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

#76D74A (or 0x76D74A) is known color: Mantis. HEX triplet: 76, D7 and 4A. RGB value is (118,215,74). Sum of RGB (Red+Green+Blue) = 118+215+74=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #76D74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D74A is #8928B5. Grayscale: #AAAAAA. Windows color (decimal): -8988854 or 4904822. OLE color: 4904822.

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

Color convert

RGB 118 215 74 -
CMYK 0.45 0 0.66 0.16
HSL 101.28º 0.64% 0.57% -
HSV(B) 101.28º 0.66% 0.84% -
XYZ 33.01 52.95 14.96 -
YUV 169.92 73.86 90.96 -
System Red Green Blue C M Y K H S L
Decimal 118 215 74 0.45 0 0.66 0.16 101.28 0.64 0.57
Hex 76 D7 4A 2D 0 42 10 65 40 39
Octal 166 327 112 55 0 102 20 145 100 71
Binary 1110110 11010111 1001010 101101 0 1000010 10000 1100101 1000000 111001

Color Harmonies of #76D74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D74A

Black with #76D74A

Text Example


Text Example

White with #76D74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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