Html Css Color HEX #73C14D Mantis

📋 copy color: '#73C14D'

red 115 ◦ green 193 ◦ blue 77

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

Shades of Mantis #73C14D

Tints of Mantis #73C14D

RGB

 RED value IS 115 (45.31% from 255) = 29.87%

 GREEN value IS 193 (75.78% from 255) = 50.13%

 BLUE value IS 77 (30.47% from 255) = 20%

R = 29.87%
G = 50.13%
B = 20%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#73C14D (or 0x73C14D) is known color: Mantis. HEX triplet: 73, C1 and 4D. RGB value is (115,193,77). Sum of RGB (Red+Green+Blue) = 115+193+77=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #73C14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C14D is #8C3EB2. Grayscale: #9C9C9C. Windows color (decimal): -9191091 or 5095795. OLE color: 5095795.

HSL color Cylindrical-coordinate representation of color #73C14D: hue angle of 100.34º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73C14D is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 193 77 -
CMYK 0.40 0 0.60 0.24
HSL 100.34º 0.48% 0.53% -
HSV(B) 100.34º 0.6% 0.76% -
XYZ 27.48 42.32 13.74 -
YUV 156.45 83.16 98.43 -
System Red Green Blue C M Y K H S L
Decimal 115 193 77 0.40 0 0.60 0.24 100.34 0.48 0.53
Hex 73 C1 4D 28 0 3C 18 64 30 35
Octal 163 301 115 50 0 74 30 144 60 65
Binary 1110011 11000001 1001101 101000 0 111100 11000 1100100 110000 110101

Color Harmonies of #73C14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C14D

Black with #73C14D

Text Example


Text Example

White with #73C14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73C14D; }

 p { color: rgb(115,193,77); }

 H1.HeaderClassName
 {
   color: #73C14D;
 }
 .AnyTagClassName
 {
   color: #73C14D;
 }
</style>

background-color css

<style>
 a { background-color: #73C14D; }

 a { background-color: rgb(115,193,77); }

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

border-color css

<style>
 span { border-color: #73C14D; }

 span { border-color: rgb(115,193,77); }

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