Html Css Color HEX #76D54A Mantis

📋 copy color: '#76D54A'

red 118 ◦ green 213 ◦ blue 74

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

Shades of Mantis #76D54A

Tints of Mantis #76D54A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.59%

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

R = 29.14%
G = 52.59%
B = 18.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#76D54A (or 0x76D54A) is known color: Mantis. HEX triplet: 76, D5 and 4A. RGB value is (118,213,74). Sum of RGB (Red+Green+Blue) = 118+213+74=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #76D54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D54A is #892AB5. Grayscale: #A9A9A9. Windows color (decimal): -8989366 or 4904310. OLE color: 4904310.

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

Color convert

RGB 118 213 74 -
CMYK 0.45 0 0.65 0.16
HSL 101.01º 0.62% 0.56% -
HSV(B) 101.01º 0.65% 0.84% -
XYZ 32.5 51.93 14.79 -
YUV 168.75 74.53 91.8 -
System Red Green Blue C M Y K H S L
Decimal 118 213 74 0.45 0 0.65 0.16 101.01 0.62 0.56
Hex 76 D5 4A 2D 0 41 10 65 3E 38
Octal 166 325 112 55 0 101 20 145 76 70
Binary 1110110 11010101 1001010 101101 0 1000001 10000 1100101 111110 111000

Color Harmonies of #76D54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D54A

Black with #76D54A

Text Example


Text Example

White with #76D54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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