#05CC5C

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

Shades of Malachite #05CC5C

Tints of Malachite #05CC5C

Color information

#05CC5C (or 0x05CC5C) is unknown color: approx Malachite. HEX triplet: 05, CC and 5C. RGB value is (5,204,92). Sum of RGB (Red+Green+Blue) = 5+204+92=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 204 (80.08% from 255 or 67.77% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CC5C is #FA33A3. Grayscale: #838383. Windows color (decimal): -16397220 or 6081541. OLE color: 6081541.

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

Color convert

RGB520492-
CMYK0.9800.550.2
HSL146.23º95.22%40.98%-
HSV(B)146.23º97.55%80%-
XYZ23.5943.9917.37-
YUV131.73105.5737.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.66%
GREEN value IS 204 (80.08% from 255) = 67.77%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=1.66%
G=67.77%
B=30.56%

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
Decimal5204920.9800.550.2146.2395.2240.98
Hex5CC5C6203714925f29
Octal53141341420672422213751
Binary1011100110010111001100010011011110100100100101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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