#28F264

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

Shades of Malachite #28F264

Tints of Malachite #28F264

Color information

#28F264 (or 0x28F264) is unknown color: approx Malachite. HEX triplet: 28, F2 and 64. RGB value is (40,242,100). Sum of RGB (Red+Green+Blue) = 40+242+100=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 242 (94.92% from 255 or 63.35% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 242 - color contains mainly: green. Hex color #28F264 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F264 is #D70D9B. Grayscale: #A5A5A5. Windows color (decimal): -14093724 or 6615592. OLE color: 6615592.

HSL color Cylindrical-coordinate representation of color #28F264: hue angle of 137.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F264 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB40242100-
CMYK0.8300.590.05
HSL137.82º88.6%55.29%-
HSV(B)137.82º83.47%94.9%-
XYZ34.9364.8822.74-
YUV165.4191.0838.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.47%
GREEN value IS 242 (94.92% from 255) = 63.35%
BLUE value IS 100 (39.45% from 255) = 26.18%
R=10.47%
G=63.35%
B=26.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal402421000.8300.590.05137.8288.655.29
Hex28F2645303B58a5937
Octal50362144123073521213167
Binary10100011110010110010010100110111011101100010101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,242,100); }

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

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

 a { background-color: rgb(40,242,100); }

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

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

 span { border-color: rgb(40,242,100); }

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