#02D55C

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

Shades of Malachite #02D55C

Tints of Malachite #02D55C

Color information

#02D55C (or 0x02D55C) is unknown color: approx Malachite. HEX triplet: 02, D5 and 5C. RGB value is (2,213,92). Sum of RGB (Red+Green+Blue) = 2+213+92=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 213 (83.59% from 255 or 69.38% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 213 - color contains mainly: green. Hex color #02D55C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D55C is #FD2AA3. Grayscale: #888888. Windows color (decimal): -16591524 or 6083842. OLE color: 6083842.

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

Color convert

RGB221392-
CMYK0.9900.570.16
HSL145.59º98.14%42.16%-
HSV(B)145.59º99.06%83.53%-
XYZ25.7548.3718.11-
YUV136.12103.132.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 213 (83.59% from 255) = 69.38%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=0.65%
G=69.38%
B=29.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2213920.9900.570.16145.5998.1442.16
Hex2D55C630391092622a
Octal23251341430712022214252
Binary101101010110111001100011011100110000100100101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02D55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,213,92); }

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

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

 a { background-color: rgb(2,213,92); }

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

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

 span { border-color: rgb(2,213,92); }

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