Html Css Color HEX #73D048 Mantis

📋 copy color: '#73D048'

red 115 ◦ green 208 ◦ blue 72

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

Shades of Mantis #73D048

Tints of Mantis #73D048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.66%

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

R = 29.11%
G = 52.66%
B = 18.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#73D048 (or 0x73D048) is known color: Mantis. HEX triplet: 73, D0 and 48. RGB value is (115,208,72). Sum of RGB (Red+Green+Blue) = 115+208+72=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #73D048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D048 is #8C2FB7. Grayscale: #A5A5A5. Windows color (decimal): -9187256 or 4771955. OLE color: 4771955.

HSL color Cylindrical-coordinate representation of color #73D048: hue angle of 101.03º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73D048 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 208 72 -
CMYK 0.45 0 0.65 0.18
HSL 101.03º 0.59% 0.55% -
HSV(B) 101.03º 0.65% 0.82% -
XYZ 30.8 49.22 14.01 -
YUV 164.69 75.69 92.56 -
System Red Green Blue C M Y K H S L
Decimal 115 208 72 0.45 0 0.65 0.18 101.03 0.59 0.55
Hex 73 D0 48 2D 0 41 12 65 3B 37
Octal 163 320 110 55 0 101 22 145 73 67
Binary 1110011 11010000 1001000 101101 0 1000001 10010 1100101 111011 110111

Color Harmonies of #73D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D048

Black with #73D048

Text Example


Text Example

White with #73D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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