#28F861

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

Shades of Malachite #28F861

Tints of Malachite #28F861

Color information

#28F861 (or 0x28F861) is unknown color: approx Malachite. HEX triplet: 28, F8 and 61. RGB value is (40,248,97). Sum of RGB (Red+Green+Blue) = 40+248+97=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 248 (97.27% from 255 or 64.42% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 248 - color contains mainly: green. Hex color #28F861 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F861 is #D7079E. Grayscale: #A8A8A8. Windows color (decimal): -14092191 or 6420520. OLE color: 6420520.

HSL color Cylindrical-coordinate representation of color #28F861: hue angle of 136.44º 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 #28F861 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB4024897-
CMYK0.8400.610.03
HSL136.44º93.69%56.47%-
HSV(B)136.44º83.87%97.25%-
XYZ36.668.4522.59-
YUV168.5987.5936.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.39%
GREEN value IS 248 (97.27% from 255) = 64.42%
BLUE value IS 97 (38.28% from 255) = 25.19%
R=10.39%
G=64.42%
B=25.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal40248970.8400.610.03136.4493.6956.47
Hex28F8615403D3885e38
Octal50370141124075321013670
Binary1010001111100011000011010100011110111100010001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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