#05CC60

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

Shades of Malachite #05CC60

Tints of Malachite #05CC60

Color information

#05CC60 (or 0x05CC60) is unknown color: approx Malachite. HEX triplet: 05, CC and 60. RGB value is (5,204,96). Sum of RGB (Red+Green+Blue) = 5+204+96=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 204 (80.08% from 255 or 66.89% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CC60 is #FA339F. Grayscale: #848484. Windows color (decimal): -16397216 or 6343685. OLE color: 6343685.

HSL color Cylindrical-coordinate representation of color #05CC60: hue angle of 147.44º 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 #05CC60 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB520496-
CMYK0.9800.530.2
HSL147.44º95.22%40.98%-
HSV(B)147.44º97.55%80%-
XYZ23.7744.0618.32-
YUV132.19107.5737.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.64%
GREEN value IS 204 (80.08% from 255) = 66.89%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=1.64%
G=66.89%
B=31.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal5204960.9800.530.2147.4495.2240.98
Hex5CC606203514935f29
Octal53141401420652422313751
Binary1011100110011000001100010011010110100100100111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,204,96); }

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

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

 a { background-color: rgb(5,204,96); }

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

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

 span { border-color: rgb(5,204,96); }

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