Html Css Color HEX #28DC5F Malachite

📋 copy color: '#28DC5F'

red 40 ◦ green 220 ◦ blue 95

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

Shades of Malachite #28DC5F

Tints of Malachite #28DC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 11.27%
G = 61.97%
B = 26.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#28DC5F (or 0x28DC5F) is known color: Malachite. HEX triplet: 28, DC and 5F. RGB value is (40,220,95). Sum of RGB (Red+Green+Blue) = 40+220+95=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 220 (86.33% from 255 or 61.97% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DC5F is #D723A0. Grayscale: #989898. Windows color (decimal): -14099361 or 6282280. OLE color: 6282280.

HSL color Cylindrical-coordinate representation of color #28DC5F: hue angle of 138.33º 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 #28DC5F is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 220 95 -
CMYK 0.82 0 0.57 0.14
HSL 138.33º 0.72% 0.51% -
HSV(B) 138.33º 0.82% 0.86% -
XYZ 28.53 52.46 19.45 -
YUV 151.93 95.87 48.16 -
System Red Green Blue C M Y K H S L
Decimal 40 220 95 0.82 0 0.57 0.14 138.33 0.72 0.51
Hex 28 DC 5F 52 0 39 E 8A 48 33
Octal 50 334 137 122 0 71 16 212 110 63
Binary 101000 11011100 1011111 1010010 0 111001 1110 10001010 1001000 110011

Color Harmonies of #28DC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DC5F

Black with #28DC5F

Text Example


Text Example

White with #28DC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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