Html Css Color HEX #73CA50 Mantis

📋 copy color: '#73CA50'

red 115 ◦ green 202 ◦ blue 80

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

Shades of Mantis #73CA50

Tints of Mantis #73CA50

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.88%

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

R = 28.97%
G = 50.88%
B = 20.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#73CA50 (or 0x73CA50) is known color: Mantis. HEX triplet: 73, CA and 50. RGB value is (115,202,80). Sum of RGB (Red+Green+Blue) = 115+202+80=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CA50 is #8C35AF. Grayscale: #A2A2A2. Windows color (decimal): -9188784 or 5294707. OLE color: 5294707.

HSL color Cylindrical-coordinate representation of color #73CA50: hue angle of 102.79º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73CA50 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 202 80 -
CMYK 0.43 0 0.60 0.21
HSL 102.79º 0.54% 0.55% -
HSV(B) 102.79º 0.6% 0.79% -
XYZ 29.64 46.47 15 -
YUV 162.08 81.68 94.42 -
System Red Green Blue C M Y K H S L
Decimal 115 202 80 0.43 0 0.60 0.21 102.79 0.54 0.55
Hex 73 CA 50 2B 0 3C 15 67 36 37
Octal 163 312 120 53 0 74 25 147 66 67
Binary 1110011 11001010 1010000 101011 0 111100 10101 1100111 110110 110111

Color Harmonies of #73CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CA50

Black with #73CA50

Text Example


Text Example

White with #73CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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