#02F050

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

Shades of Malachite #02F050

Tints of Malachite #02F050

Color information

#02F050 (or 0x02F050) is unknown color: approx Malachite. HEX triplet: 02, F0 and 50. RGB value is (2,240,80). Sum of RGB (Red+Green+Blue) = 2+240+80=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 240 (94.14% from 255 or 74.53% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 240 - color contains mainly: green. Hex color #02F050 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F050 is #FD0FAF. Grayscale: #979797. Windows color (decimal): -16584624 or 5304322. OLE color: 5304322.

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

Color convert

RGB224080-
CMYK0.9900.670.06
HSL139.66º98.35%47.45%-
HSV(B)139.66º99.17%94.12%-
XYZ32.6362.9118.01-
YUV150.688.1522.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 240 (94.14% from 255) = 74.53%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=0.62%
G=74.53%
B=24.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2240800.9900.670.06139.6698.3547.45
Hex2F0506304368c622f
Octal23601201430103621414257
Binary10111100001010000110001101000011110100011001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,240,80); }

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

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

 a { background-color: rgb(2,240,80); }

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

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

 span { border-color: rgb(2,240,80); }

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