#28df66

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

Shades of Malachite #28DF66

Tints of Malachite #28DF66

Color information

#28DF66 (or 0x28DF66) is unknown color: approx Malachite. HEX triplet: 28, DF and 66. RGB value is (40,223,102). Sum of RGB (Red+Green+Blue) = 40+223+102=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 223 (87.5% from 255 or 61.10% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DF66 is #D72099. Grayscale: #9A9A9A. Windows color (decimal): -14098586 or 6741800. OLE color: 6741800.

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

Color convert

RGB40223102-
CMYK0.8200.540.13
HSL140.33º74.09%51.57%-
HSV(B)140.33º82.06%87.45%-
XYZ29.6654.1921.47-
YUV154.4998.3746.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.96%
GREEN value IS 223 (87.5% from 255) = 61.10%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=10.96%
G=61.10%
B=27.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal402231020.8200.540.13140.3374.0951.57
Hex28DF6652036D8c4a34
Octal503371461220661521411264
Binary101000110111111100110101001001101101101100011001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28df66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,223,102); }

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

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

 a { background-color: rgb(40,223,102); }

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

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

 span { border-color: rgb(40,223,102); }

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