Html Css Color HEX #73BA64 Mantis

📋 copy color: '#73BA64'

red 115 ◦ green 186 ◦ blue 100

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

Shades of Mantis #73BA64

Tints of Mantis #73BA64

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.38%

 BLUE value IS 100 (39.45% from 255) = 24.94%

R = 28.68%
G = 46.38%
B = 24.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#73BA64 (or 0x73BA64) is known color: Mantis. HEX triplet: 73, BA and 64. RGB value is (115,186,100). Sum of RGB (Red+Green+Blue) = 115+186+100=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA64 is #8C459B. Grayscale: #9B9B9B. Windows color (decimal): -9192860 or 6601331. OLE color: 6601331.

HSL color Cylindrical-coordinate representation of color #73BA64: hue angle of 109.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73BA64 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 186 100 -
CMYK 0.38 0 0.46 0.27
HSL 109.53º 0.38% 0.56% -
HSV(B) 109.53º 0.46% 0.73% -
XYZ 26.93 39.68 18.3 -
YUV 154.97 96.98 99.49 -
System Red Green Blue C M Y K H S L
Decimal 115 186 100 0.38 0 0.46 0.27 109.53 0.38 0.56
Hex 73 BA 64 26 0 2E 1B 6E 26 38
Octal 163 272 144 46 0 56 33 156 46 70
Binary 1110011 10111010 1100100 100110 0 101110 11011 1101110 100110 111000

Color Harmonies of #73BA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BA64

Black with #73BA64

Text Example


Text Example

White with #73BA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,186,100); }

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

background-color css

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

 a { background-color: rgb(115,186,100); }

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

border-color css

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

 span { border-color: rgb(115,186,100); }

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