#28e474

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

Shades of Malachite #28E474

Tints of Malachite #28E474

Color information

#28E474 (or 0x28E474) is unknown color: approx Malachite. HEX triplet: 28, E4 and 74. RGB value is (40,228,116). Sum of RGB (Red+Green+Blue) = 40+228+116=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 228 (89.45% from 255 or 59.38% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 228 - color contains mainly: green. Hex color #28E474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28E474 is #D71B8B. Grayscale: #9F9F9F. Windows color (decimal): -14097292 or 7660584. OLE color: 7660584.

HSL color Cylindrical-coordinate representation of color #28E474: hue angle of 144.26º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E474 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB40228116-
CMYK0.8200.490.11
HSL144.26º77.69%52.55%-
HSV(B)144.26º82.46%89.41%-
XYZ31.7757.225.89-
YUV159.02103.7243.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.42%
GREEN value IS 228 (89.45% from 255) = 59.38%
BLUE value IS 116 (45.70% from 255) = 30.21%
R=10.42%
G=59.38%
B=30.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal402281160.8200.490.11144.2677.6952.55
Hex28E47452031B904e35
Octal503441641220611322011665
Binary101000111001001110100101001001100011011100100001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28e474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,228,116); }

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

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

 a { background-color: rgb(40,228,116); }

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

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

 span { border-color: rgb(40,228,116); }

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