#05C256

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

Shades of Malachite #05C256

Tints of Malachite #05C256

Color information

#05C256 (or 0x05C256) is unknown color: approx Malachite. HEX triplet: 05, C2 and 56. RGB value is (5,194,86). Sum of RGB (Red+Green+Blue) = 5+194+86=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 194 (76.17% from 255 or 68.07% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 194 - color contains mainly: green. Hex color #05C256 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C256 is #FA3DA9. Grayscale: #7D7D7D. Windows color (decimal): -16399786 or 5685765. OLE color: 5685765.

HSL color Cylindrical-coordinate representation of color #05C256: hue angle of 145.71º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C256 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB519486-
CMYK0.9700.560.24
HSL145.71º94.97%39.02%-
HSV(B)145.71º97.42%76.08%-
XYZ21.0339.2915.28-
YUV125.18105.8842.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 194 (76.17% from 255) = 68.07%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=1.75%
G=68.07%
B=30.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal5194860.9700.560.24145.7194.9739.02
Hex5C2566103818925f27
Octal53021261410703022213747
Binary1011100001010101101100001011100011000100100101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,194,86); }

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

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

 a { background-color: rgb(5,194,86); }

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

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

 span { border-color: rgb(5,194,86); }

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