#02cd5f

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

Shades of Malachite #02CD5F

Tints of Malachite #02CD5F

Color information

#02CD5F (or 0x02CD5F) is unknown color: approx Malachite. HEX triplet: 02, CD and 5F. RGB value is (2,205,95). Sum of RGB (Red+Green+Blue) = 2+205+95=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 205 (80.47% from 255 or 67.88% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 205 - color contains mainly: green. Hex color #02CD5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CD5F is #FD32A0. Grayscale: #838383. Windows color (decimal): -16593569 or 6278402. OLE color: 6278402.

HSL color Cylindrical-coordinate representation of color #02CD5F: hue angle of 147.49º 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 #02CD5F is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB220595-
CMYK0.9900.540.20
HSL147.49º98.07%40.59%-
HSV(B)147.49º99.02%80.39%-
XYZ23.9244.518.16-
YUV131.76107.2535.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 205 (80.47% from 255) = 67.88%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=0.66%
G=67.88%
B=31.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2205950.9900.540.20147.4998.0740.59
Hex2CD5F6303614936229
Octal23151371430662422314251
Binary101100110110111111100011011011010100100100111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02cd5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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