#02CD5B

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

Shades of Malachite #02CD5B

Tints of Malachite #02CD5B

Color information

#02CD5B (or 0x02CD5B) is unknown color: approx Malachite. HEX triplet: 02, CD and 5B. RGB value is (2,205,91). Sum of RGB (Red+Green+Blue) = 2+205+91=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 205 (80.47% from 255 or 68.79% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 205 - color contains mainly: green. Hex color #02CD5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CD5B is #FD32A4. Grayscale: #838383. Windows color (decimal): -16593573 or 6016258. OLE color: 6016258.

HSL color Cylindrical-coordinate representation of color #02CD5B: hue angle of 146.31º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CD5B is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB220591-
CMYK0.9900.560.20
HSL146.31º98.07%40.59%-
HSV(B)146.31º99.02%80.39%-
XYZ23.7444.4317.22-
YUV131.31105.2535.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 205 (80.47% from 255) = 68.79%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=0.67%
G=68.79%
B=30.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2205910.9900.560.20146.3198.0740.59
Hex2CD5B6303814926229
Octal23151331430702422214251
Binary101100110110110111100011011100010100100100101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,205,91); }

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

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

 a { background-color: rgb(2,205,91); }

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

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

 span { border-color: rgb(2,205,91); }

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