Html Css Color HEX #73C050 Mantis

📋 copy color: '#73C050'

red 115 ◦ green 192 ◦ blue 80

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

Shades of Mantis #73C050

Tints of Mantis #73C050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 29.72%
G = 49.61%
B = 20.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#73C050 (or 0x73C050) is known color: Mantis. HEX triplet: 73, C0 and 50. RGB value is (115,192,80). Sum of RGB (Red+Green+Blue) = 115+192+80=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #73C050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C050 is #8C3FAF. Grayscale: #9C9C9C. Windows color (decimal): -9191344 or 5292147. OLE color: 5292147.

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

Color convert

RGB 115 192 80 -
CMYK 0.40 0 0.58 0.25
HSL 101.25º 0.47% 0.53% -
HSV(B) 101.25º 0.58% 0.75% -
XYZ 27.37 41.92 14.24 -
YUV 156.21 84.99 98.61 -
System Red Green Blue C M Y K H S L
Decimal 115 192 80 0.40 0 0.58 0.25 101.25 0.47 0.53
Hex 73 C0 50 28 0 3A 19 65 2F 35
Octal 163 300 120 50 0 72 31 145 57 65
Binary 1110011 11000000 1010000 101000 0 111010 11001 1100101 101111 110101

Color Harmonies of #73C050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C050

Black with #73C050

Text Example


Text Example

White with #73C050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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