#28F868

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

Shades of Malachite #28F868

Tints of Malachite #28F868

Color information

#28F868 (or 0x28F868) is unknown color: approx Malachite. HEX triplet: 28, F8 and 68. RGB value is (40,248,104). Sum of RGB (Red+Green+Blue) = 40+248+104=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 248 (97.27% from 255 or 63.27% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 248 - color contains mainly: green. Hex color #28F868 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F868 is #D70797. Grayscale: #A9A9A9. Windows color (decimal): -14092184 or 6879272. OLE color: 6879272.

HSL color Cylindrical-coordinate representation of color #28F868: hue angle of 138.46º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F868 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB40248104-
CMYK0.8400.580.03
HSL138.46º93.69%56.47%-
HSV(B)138.46º83.87%97.25%-
XYZ36.9468.5924.39-
YUV169.3991.0935.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.20%
GREEN value IS 248 (97.27% from 255) = 63.27%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=10.20%
G=63.27%
B=26.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal402481040.8400.580.03138.4693.6956.47
Hex28F8685403A38a5e38
Octal50370150124072321213670
Binary1010001111100011010001010100011101011100010101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,248,104); }

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

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

 a { background-color: rgb(40,248,104); }

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

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

 span { border-color: rgb(40,248,104); }

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