Html Css Color HEX #73C04D Mantis

📋 copy color: '#73C04D'

red 115 ◦ green 192 ◦ blue 77

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

Shades of Mantis #73C04D

Tints of Mantis #73C04D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50%

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

R = 29.95%
G = 50%
B = 20.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#73C04D (or 0x73C04D) is known color: Mantis. HEX triplet: 73, C0 and 4D. RGB value is (115,192,77). Sum of RGB (Red+Green+Blue) = 115+192+77=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #73C04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C04D is #8C3FB2. Grayscale: #9C9C9C. Windows color (decimal): -9191347 or 5095539. OLE color: 5095539.

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

Color convert

RGB 115 192 77 -
CMYK 0.40 0 0.60 0.25
HSL 100.17º 0.48% 0.53% -
HSV(B) 100.17º 0.6% 0.75% -
XYZ 27.26 41.88 13.67 -
YUV 155.87 83.49 98.85 -
System Red Green Blue C M Y K H S L
Decimal 115 192 77 0.40 0 0.60 0.25 100.17 0.48 0.53
Hex 73 C0 4D 28 0 3C 19 64 30 35
Octal 163 300 115 50 0 74 31 144 60 65
Binary 1110011 11000000 1001101 101000 0 111100 11001 1100100 110000 110101

Color Harmonies of #73C04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C04D

Black with #73C04D

Text Example


Text Example

White with #73C04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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