#05CD68

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

Shades of Malachite #05CD68

Tints of Malachite #05CD68

Color information

#05CD68 (or 0x05CD68) is unknown color: approx Malachite. HEX triplet: 05, CD and 68. RGB value is (5,205,104). Sum of RGB (Red+Green+Blue) = 5+205+104=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 205 (80.47% from 255 or 65.29% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 205 - color contains mainly: green. Hex color #05CD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CD68 is #FA3297. Grayscale: #858585. Windows color (decimal): -16396952 or 6868229. OLE color: 6868229.

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

Color convert

RGB5205104-
CMYK0.9800.490.20
HSL149.7º95.24%41.18%-
HSV(B)149.7º97.56%80.39%-
XYZ24.3944.6920.44-
YUV133.69111.2436.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.59%
GREEN value IS 205 (80.47% from 255) = 65.29%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=1.59%
G=65.29%
B=33.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal52051040.9800.490.20149.795.2441.18
Hex5CD686203114965f29
Octal53151501420612422613751
Binary1011100110111010001100010011000110100100101101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05CD68; }

 p { color: rgb(5,205,104); }

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

<style>
 a { background-color: #05CD68; }

 a { background-color: rgb(5,205,104); }

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

<style>
 span { border-color: #05CD68; }

 span { border-color: rgb(5,205,104); }

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