#02ED54

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

Shades of Malachite #02ED54

Tints of Malachite #02ED54

Color information

#02ED54 (or 0x02ED54) is unknown color: approx Malachite. HEX triplet: 02, ED and 54. RGB value is (2,237,84). Sum of RGB (Red+Green+Blue) = 2+237+84=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 237 (92.97% from 255 or 73.37% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 237 - color contains mainly: green. Hex color #02ED54 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02ED54 is #FD12AB. Grayscale: #959595. Windows color (decimal): -16585388 or 5565698. OLE color: 5565698.

HSL color Cylindrical-coordinate representation of color #02ED54: hue angle of 140.94º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ED54 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB223784-
CMYK0.9900.650.07
HSL140.94º98.33%46.86%-
HSV(B)140.94º99.16%92.94%-
XYZ31.9161.2218.52-
YUV149.2991.1422.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 237 (92.97% from 255) = 73.37%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=0.62%
G=73.37%
B=26.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2237840.9900.650.07140.9498.3346.86
Hex2ED546304178d622f
Octal23551241430101721514257
Binary10111011011010100110001101000001111100011011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02ED54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02ED54; }

 p { color: rgb(2,237,84); }

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

<style>
 a { background-color: #02ED54; }

 a { background-color: rgb(2,237,84); }

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

<style>
 span { border-color: #02ED54; }

 span { border-color: rgb(2,237,84); }

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