Html Css Color HEX #73DA50 Mantis

📋 copy color: '#73DA50'

red 115 ◦ green 218 ◦ blue 80

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

Shades of Mantis #73DA50

Tints of Mantis #73DA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.78%

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

R = 27.85%
G = 52.78%
B = 19.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#73DA50 (or 0x73DA50) is known color: Mantis. HEX triplet: 73, DA and 50. RGB value is (115,218,80). Sum of RGB (Red+Green+Blue) = 115+218+80=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #73DA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DA50 is #8C25AF. Grayscale: #ABABAB. Windows color (decimal): -9184688 or 5298803. OLE color: 5298803.

HSL color Cylindrical-coordinate representation of color #73DA50: hue angle of 104.78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73DA50 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 218 80 -
CMYK 0.47 0 0.63 0.15
HSL 104.78º 0.65% 0.58% -
HSV(B) 104.78º 0.63% 0.85% -
XYZ 33.59 54.37 16.31 -
YUV 171.47 76.38 87.72 -
System Red Green Blue C M Y K H S L
Decimal 115 218 80 0.47 0 0.63 0.15 104.78 0.65 0.58
Hex 73 DA 50 2F 0 3F F 69 41 3A
Octal 163 332 120 57 0 77 17 151 101 72
Binary 1110011 11011010 1010000 101111 0 111111 1111 1101001 1000001 111010

Color Harmonies of #73DA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DA50

Black with #73DA50

Text Example


Text Example

White with #73DA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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