Html Css Color HEX #73D448 Mantis

📋 copy color: '#73D448'

red 115 ◦ green 212 ◦ blue 72

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

Shades of Mantis #73D448

Tints of Mantis #73D448

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.13%

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

R = 28.82%
G = 53.13%
B = 18.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#73D448 (or 0x73D448) is known color: Mantis. HEX triplet: 73, D4 and 48. RGB value is (115,212,72). Sum of RGB (Red+Green+Blue) = 115+212+72=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #73D448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D448 is #8C2BB7. Grayscale: #A7A7A7. Windows color (decimal): -9186232 or 4772979. OLE color: 4772979.

HSL color Cylindrical-coordinate representation of color #73D448: hue angle of 101.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73D448 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 115 212 72 -
CMYK 0.46 0 0.66 0.17
HSL 101.57º 0.62% 0.56% -
HSV(B) 101.57º 0.66% 0.83% -
XYZ 31.78 51.2 14.34 -
YUV 167.04 74.36 90.88 -
System Red Green Blue C M Y K H S L
Decimal 115 212 72 0.46 0 0.66 0.17 101.57 0.62 0.56
Hex 73 D4 48 2E 0 42 11 66 3E 38
Octal 163 324 110 56 0 102 21 146 76 70
Binary 1110011 11010100 1001000 101110 0 1000010 10001 1100110 111110 111000

Color Harmonies of #73D448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D448

Black with #73D448

Text Example


Text Example

White with #73D448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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