#28E14F

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

Shades of Malachite #28E14F

Tints of Malachite #28E14F

Color information

#28E14F (or 0x28E14F) is unknown color: approx Malachite. HEX triplet: 28, E1 and 4F. RGB value is (40,225,79). Sum of RGB (Red+Green+Blue) = 40+225+79=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 225 (88.28% from 255 or 65.41% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 225 - color contains mainly: green. Hex color #28E14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28E14F is #D71EB0. Grayscale: #999999. Windows color (decimal): -14098097 or 5234984. OLE color: 5234984.

HSL color Cylindrical-coordinate representation of color #28E14F: hue angle of 132.65º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E14F is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB4022579-
CMYK0.8200.650.12
HSL132.65º75.51%51.96%-
HSV(B)132.65º82.22%88.24%-
XYZ29.2154.8716.45-
YUV153.0486.2147.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.63%
GREEN value IS 225 (88.28% from 255) = 65.41%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=11.63%
G=65.41%
B=22.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal40225790.8200.650.12132.6575.5151.96
Hex28E14F52041C854c34
Octal5034111712201011420511464
Binary1010001110000110011111010010010000011100100001011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28E14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,225,79); }

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

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

 a { background-color: rgb(40,225,79); }

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

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

 span { border-color: rgb(40,225,79); }

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