#06CD64

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

Shades of Malachite #06CD64

Tints of Malachite #06CD64

Color information

#06CD64 (or 0x06CD64) is unknown color: approx Malachite. HEX triplet: 06, CD and 64. RGB value is (6,205,100). Sum of RGB (Red+Green+Blue) = 6+205+100=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 205 (80.47% from 255 or 65.92% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 205 - color contains mainly: green. Hex color #06CD64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06CD64 is #F9329B. Grayscale: #858585. Windows color (decimal): -16331420 or 6606086. OLE color: 6606086.

HSL color Cylindrical-coordinate representation of color #06CD64: hue angle of 148.34º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CD64 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB6205100-
CMYK0.9700.510.20
HSL148.34º94.31%41.37%-
HSV(B)148.34º97.07%80.39%-
XYZ24.2144.6219.39-
YUV133.53109.0737.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.93%
GREEN value IS 205 (80.47% from 255) = 65.92%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=1.93%
G=65.92%
B=32.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62051000.9700.510.20148.3494.3141.37
Hex6CD646103314945e29
Octal63151441410632422413651
Binary1101100110111001001100001011001110100100101001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06CD64; }

 p { color: rgb(6,205,100); }

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

<style>
 a { background-color: #06CD64; }

 a { background-color: rgb(6,205,100); }

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

<style>
 span { border-color: #06CD64; }

 span { border-color: rgb(6,205,100); }

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