Html Css Color HEX #73BB52 Mantis

📋 copy color: '#73BB52'

red 115 ◦ green 187 ◦ blue 82

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

Shades of Mantis #73BB52

Tints of Mantis #73BB52

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.7%

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

R = 29.95%
G = 48.7%
B = 21.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#73BB52 (or 0x73BB52) is known color: Mantis. HEX triplet: 73, BB and 52. RGB value is (115,187,82). Sum of RGB (Red+Green+Blue) = 115+187+82=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BB52 is #8C44AD. Grayscale: #999999. Windows color (decimal): -9192622 or 5421939. OLE color: 5421939.

HSL color Cylindrical-coordinate representation of color #73BB52: hue angle of 101.14º degrees, saturation: 0.44, 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 #73BB52 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 187 82 -
CMYK 0.39 0 0.56 0.27
HSL 101.14º 0.44% 0.53% -
HSV(B) 101.14º 0.56% 0.73% -
XYZ 26.36 39.79 14.27 -
YUV 153.5 87.65 100.54 -
System Red Green Blue C M Y K H S L
Decimal 115 187 82 0.39 0 0.56 0.27 101.14 0.44 0.53
Hex 73 BB 52 27 0 38 1B 65 2C 35
Octal 163 273 122 47 0 70 33 145 54 65
Binary 1110011 10111011 1010010 100111 0 111000 11011 1100101 101100 110101

Color Harmonies of #73BB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BB52

Black with #73BB52

Text Example


Text Example

White with #73BB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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