Html Css Color HEX #73C64A Mantis

📋 copy color: '#73C64A'

red 115 ◦ green 198 ◦ blue 74

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

Shades of Mantis #73C64A

Tints of Mantis #73C64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.16%

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

R = 29.72%
G = 51.16%
B = 19.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#73C64A (or 0x73C64A) is known color: Mantis. HEX triplet: 73, C6 and 4A. RGB value is (115,198,74). Sum of RGB (Red+Green+Blue) = 115+198+74=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #73C64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C64A is #8C39B5. Grayscale: #9F9F9F. Windows color (decimal): -9189814 or 4900467. OLE color: 4900467.

HSL color Cylindrical-coordinate representation of color #73C64A: hue angle of 100.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73C64A is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 198 74 -
CMYK 0.42 0 0.63 0.22
HSL 100.16º 0.52% 0.53% -
HSV(B) 100.16º 0.63% 0.78% -
XYZ 28.5 44.53 13.57 -
YUV 159.05 80 96.58 -
System Red Green Blue C M Y K H S L
Decimal 115 198 74 0.42 0 0.63 0.22 100.16 0.52 0.53
Hex 73 C6 4A 2A 0 3F 16 64 34 35
Octal 163 306 112 52 0 77 26 144 64 65
Binary 1110011 11000110 1001010 101010 0 111111 10110 1100100 110100 110101

Color Harmonies of #73C64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C64A

Black with #73C64A

Text Example


Text Example

White with #73C64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,198,74); }

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

background-color css

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

 a { background-color: rgb(115,198,74); }

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

border-color css

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

 span { border-color: rgb(115,198,74); }

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