#02D35E

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

Shades of Malachite #02D35E

Tints of Malachite #02D35E

Color information

#02D35E (or 0x02D35E) is unknown color: approx Malachite. HEX triplet: 02, D3 and 5E. RGB value is (2,211,94). Sum of RGB (Red+Green+Blue) = 2+211+94=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 211 (82.81% from 255 or 68.73% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 211 - color contains mainly: green. Hex color #02D35E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D35E is #FD2CA1. Grayscale: #878787. Windows color (decimal): -16592034 or 6214402. OLE color: 6214402.

HSL color Cylindrical-coordinate representation of color #02D35E: hue angle of 146.41º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D35E is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB221194-
CMYK0.9900.550.17
HSL146.41º98.12%41.76%-
HSV(B)146.41º99.05%82.75%-
XYZ25.3447.4118.41-
YUV135.17104.7633.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 211 (82.81% from 255) = 68.73%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=0.65%
G=68.73%
B=30.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2211940.9900.550.17146.4198.1241.76
Hex2D35E630371192622a
Octal23231361430672122214252
Binary101101001110111101100011011011110001100100101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02D35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,211,94); }

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

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

 a { background-color: rgb(2,211,94); }

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

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

 span { border-color: rgb(2,211,94); }

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