#28DD6C

Color #28DD6C Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #28DD6C

Tints of Malachite #28DD6C

Color information

#28DD6C (or 0x28DD6C) is unknown color: approx Malachite. HEX triplet: 28, DD and 6C. RGB value is (40,221,108). Sum of RGB (Red+Green+Blue) = 40+221+108=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DD6C is #D72293. Grayscale: #9A9A9A. Windows color (decimal): -14099092 or 7134504. OLE color: 7134504.

HSL color Cylindrical-coordinate representation of color #28DD6C: hue angle of 142.54º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DD6C is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB40221108-
CMYK0.8200.510.13
HSL142.54º72.69%51.18%-
HSV(B)142.54º81.9%86.67%-
XYZ29.4453.2522.91-
YUV154102.0346.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.84%
GREEN value IS 221 (86.72% from 255) = 59.89%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=10.84%
G=59.89%
B=29.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal402211080.8200.510.13142.5472.6951.18
Hex28DD6C52033D8f4933
Octal503351541220631521711163
Binary101000110111011101100101001001100111101100011111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28DD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,221,108); }

 H1.HeaderClassName
 {
   color: #28DD6C;
 }
 .AnyTagClassName
 {
   color: #28DD6C;
 }
</style>
background-color css

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

 a { background-color: rgb(40,221,108); }

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

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

 span { border-color: rgb(40,221,108); }

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