#05CC5B

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

Shades of Malachite #05CC5B

Tints of Malachite #05CC5B

Color information

#05CC5B (or 0x05CC5B) is unknown color: approx Malachite. HEX triplet: 05, CC and 5B. RGB value is (5,204,91). Sum of RGB (Red+Green+Blue) = 5+204+91=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 204 (80.08% from 255 or 68% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CC5B is #FA33A4. Grayscale: #838383. Windows color (decimal): -16397221 or 6016005. OLE color: 6016005.

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

Color convert

RGB520491-
CMYK0.9800.550.2
HSL145.93º95.22%40.98%-
HSV(B)145.93º97.55%80%-
XYZ23.5443.9717.14-
YUV131.62105.0737.69-

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%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=1.67%
G=68%
B=30.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal5204910.9800.550.2145.9395.2240.98
Hex5CC5B6203714925f29
Octal53141331420672422213751
Binary1011100110010110111100010011011110100100100101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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