#05CC5A

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

Shades of Malachite #05CC5A

Tints of Malachite #05CC5A

Color information

#05CC5A (or 0x05CC5A) is unknown color: approx Malachite. HEX triplet: 05, CC and 5A. RGB value is (5,204,90). Sum of RGB (Red+Green+Blue) = 5+204+90=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 204 (80.08% from 255 or 68.23% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CC5A is #FA33A5. Grayscale: #838383. Windows color (decimal): -16397222 or 5950469. OLE color: 5950469.

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

Color convert

RGB520490-
CMYK0.9800.560.2
HSL145.63º95.22%40.98%-
HSV(B)145.63º97.55%80%-
XYZ23.543.9616.92-
YUV131.5104.5737.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.67%
GREEN value IS 204 (80.08% from 255) = 68.23%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=1.67%
G=68.23%
B=30.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal5204900.9800.560.2145.6395.2240.98
Hex5CC5A6203814925f29
Octal53141321420702422213751
Binary1011100110010110101100010011100010100100100101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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