#28EE50

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

Shades of Malachite #28EE50

Tints of Malachite #28EE50

Color information

#28EE50 (or 0x28EE50) is unknown color: approx Malachite. HEX triplet: 28, EE and 50. RGB value is (40,238,80). Sum of RGB (Red+Green+Blue) = 40+238+80=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 238 (93.36% from 255 or 66.48% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 238 - color contains mainly: green. Hex color #28EE50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28EE50 is #D711AF. Grayscale: #A1A1A1. Windows color (decimal): -14094768 or 5303848. OLE color: 5303848.

HSL color Cylindrical-coordinate representation of color #28EE50: hue angle of 132.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EE50 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB4023880-
CMYK0.8300.660.07
HSL132.12º85.34%54.51%-
HSV(B)132.12º83.19%93.33%-
XYZ32.962.1817.86-
YUV160.7982.441.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.17%
GREEN value IS 238 (93.36% from 255) = 66.48%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=11.17%
G=66.48%
B=22.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal40238800.8300.660.07132.1285.3454.51
Hex28EE50530427845537
Octal503561201230102720412567
Binary101000111011101010000101001101000010111100001001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28EE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,238,80); }

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

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

 a { background-color: rgb(40,238,80); }

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

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

 span { border-color: rgb(40,238,80); }

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