Html Css Color HEX #73BA52 Mantis

📋 copy color: '#73BA52'

red 115 ◦ green 186 ◦ blue 82

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

Shades of Mantis #73BA52

Tints of Mantis #73BA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.41%

R = 30.03%
G = 48.56%
B = 21.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#73BA52 (or 0x73BA52) is known color: Mantis. HEX triplet: 73, BA and 52. RGB value is (115,186,82). Sum of RGB (Red+Green+Blue) = 115+186+82=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA52 is #8C45AD. Grayscale: #999999. Windows color (decimal): -9192878 or 5421683. OLE color: 5421683.

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

Color convert

RGB 115 186 82 -
CMYK 0.38 0 0.56 0.27
HSL 100.96º 0.43% 0.53% -
HSV(B) 100.96º 0.56% 0.73% -
XYZ 26.15 39.37 14.2 -
YUV 152.92 87.98 100.96 -
System Red Green Blue C M Y K H S L
Decimal 115 186 82 0.38 0 0.56 0.27 100.96 0.43 0.53
Hex 73 BA 52 26 0 38 1B 65 2B 35
Octal 163 272 122 46 0 70 33 145 53 65
Binary 1110011 10111010 1010010 100110 0 111000 11011 1100101 101011 110101

Color Harmonies of #73BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BA52

Black with #73BA52

Text Example


Text Example

White with #73BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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