Html Css Color HEX #73D85D Mantis

📋 copy color: '#73D85D'

red 115 ◦ green 216 ◦ blue 93

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

Shades of Mantis #73D85D

Tints of Mantis #73D85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.94%

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 27.12%
G = 50.94%
B = 21.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#73D85D (or 0x73D85D) is known color: Mantis. HEX triplet: 73, D8 and 5D. RGB value is (115,216,93). Sum of RGB (Red+Green+Blue) = 115+216+93=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #73D85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D85D is #8C27A2. Grayscale: #ACACAC. Windows color (decimal): -9185187 or 6150259. OLE color: 6150259.

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

Color convert

RGB 115 216 93 -
CMYK 0.47 0 0.57 0.15
HSL 109.27º 0.61% 0.61% -
HSV(B) 109.27º 0.57% 0.85% -
XYZ 33.6 53.55 18.92 -
YUV 171.78 83.54 87.5 -
System Red Green Blue C M Y K H S L
Decimal 115 216 93 0.47 0 0.57 0.15 109.27 0.61 0.61
Hex 73 D8 5D 2F 0 39 F 6D 3D 3D
Octal 163 330 135 57 0 71 17 155 75 75
Binary 1110011 11011000 1011101 101111 0 111001 1111 1101101 111101 111101

Color Harmonies of #73D85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D85D

Black with #73D85D

Text Example


Text Example

White with #73D85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,216,93); }

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

background-color css

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

 a { background-color: rgb(115,216,93); }

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

border-color css

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

 span { border-color: rgb(115,216,93); }

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