Html Css Color HEX #73C552 Mantis

📋 copy color: '#73C552'

red 115 ◦ green 197 ◦ blue 82

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

Shades of Mantis #73C552

Tints of Mantis #73C552

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50%

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

R = 29.19%
G = 50%
B = 20.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#73C552 (or 0x73C552) is known color: Mantis. HEX triplet: 73, C5 and 52. RGB value is (115,197,82). Sum of RGB (Red+Green+Blue) = 115+197+82=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #73C552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C552 is #8C3AAD. Grayscale: #9F9F9F. Windows color (decimal): -9190062 or 5424499. OLE color: 5424499.

HSL color Cylindrical-coordinate representation of color #73C552: hue angle of 102.78º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73C552 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 115 197 82 -
CMYK 0.42 0 0.58 0.23
HSL 102.78º 0.5% 0.55% -
HSV(B) 102.78º 0.58% 0.77% -
XYZ 28.56 44.19 15.01 -
YUV 159.37 84.33 96.35 -
System Red Green Blue C M Y K H S L
Decimal 115 197 82 0.42 0 0.58 0.23 102.78 0.5 0.55
Hex 73 C5 52 2A 0 3A 17 67 32 37
Octal 163 305 122 52 0 72 27 147 62 67
Binary 1110011 11000101 1010010 101010 0 111010 10111 1100111 110010 110111

Color Harmonies of #73C552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C552

Black with #73C552

Text Example


Text Example

White with #73C552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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