Html Css Color HEX #28DC73 Malachite

📋 copy color: '#28DC73'

red 40 ◦ green 220 ◦ blue 115

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

Shades of Malachite #28DC73

Tints of Malachite #28DC73

RGB

 RED value IS 40 (16.02% from 255) = 10.67%

 GREEN value IS 220 (86.33% from 255) = 58.67%

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 10.67%
G = 58.67%
B = 30.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#28DC73 (or 0x28DC73) is known color: Malachite. HEX triplet: 28, DC and 73. RGB value is (40,220,115). Sum of RGB (Red+Green+Blue) = 40+220+115=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DC73 is #D7238C. Grayscale: #9A9A9A. Windows color (decimal): -14099341 or 7593000. OLE color: 7593000.

HSL color Cylindrical-coordinate representation of color #28DC73: hue angle of 145º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DC73 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 220 115 -
CMYK 0.82 0 0.48 0.14
HSL 145º 0.72% 0.51% -
HSV(B) 145º 0.82% 0.86% -
XYZ 29.56 52.88 24.87 -
YUV 154.21 105.87 46.54 -
System Red Green Blue C M Y K H S L
Decimal 40 220 115 0.82 0 0.48 0.14 145 0.72 0.51
Hex 28 DC 73 52 0 30 E 91 48 33
Octal 50 334 163 122 0 60 16 221 110 63
Binary 101000 11011100 1110011 1010010 0 110000 1110 10010001 1001000 110011

Color Harmonies of #28DC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DC73

Black with #28DC73

Text Example


Text Example

White with #28DC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28DC73; }

 p { color: rgb(40,220,115); }

 H1.HeaderClassName
 {
   color: #28DC73;
 }
 .AnyTagClassName
 {
   color: #28DC73;
 }
</style>

background-color css

<style>
 a { background-color: #28DC73; }

 a { background-color: rgb(40,220,115); }

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

border-color css

<style>
 span { border-color: #28DC73; }

 span { border-color: rgb(40,220,115); }

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