Html Css Color HEX #73C848 Mantis

📋 copy color: '#73C848'

red 115 ◦ green 200 ◦ blue 72

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

Shades of Mantis #73C848

Tints of Mantis #73C848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.68%

 BLUE value IS 72 (28.52% from 255) = 18.6%

R = 29.72%
G = 51.68%
B = 18.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#73C848 (or 0x73C848) is known color: Mantis. HEX triplet: 73, C8 and 48. RGB value is (115,200,72). Sum of RGB (Red+Green+Blue) = 115+200+72=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 200 (78.52% from 255 or 51.68% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 200 - color contains mainly: green. Hex color #73C848 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C848 is #8C37B7. Grayscale: #A0A0A0. Windows color (decimal): -9189304 or 4769907. OLE color: 4769907.

HSL color Cylindrical-coordinate representation of color #73C848: hue angle of 99.84º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73C848 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 200 72 -
CMYK 0.42 0 0.64 0.22
HSL 99.84º 0.54% 0.53% -
HSV(B) 99.84º 0.64% 0.78% -
XYZ 28.89 45.42 13.38 -
YUV 159.99 78.34 95.91 -
System Red Green Blue C M Y K H S L
Decimal 115 200 72 0.42 0 0.64 0.22 99.84 0.54 0.53
Hex 73 C8 48 2A 0 40 16 64 36 35
Octal 163 310 110 52 0 100 26 144 66 65
Binary 1110011 11001000 1001000 101010 0 1000000 10110 1100100 110110 110101

Color Harmonies of #73C848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C848

Black with #73C848

Text Example


Text Example

White with #73C848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,200,72); }

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

background-color css

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

 a { background-color: rgb(115,200,72); }

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

border-color css

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

 span { border-color: rgb(115,200,72); }

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