#05D058

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

Shades of Malachite #05D058

Tints of Malachite #05D058

Color information

#05D058 (or 0x05D058) is unknown color: approx Malachite. HEX triplet: 05, D0 and 58. RGB value is (5,208,88). Sum of RGB (Red+Green+Blue) = 5+208+88=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #05D058 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D058 is #FA2FA7. Grayscale: #858585. Windows color (decimal): -16396200 or 5820421. OLE color: 5820421.

HSL color Cylindrical-coordinate representation of color #05D058: hue angle of 144.53º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D058 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB520888-
CMYK0.9800.580.18
HSL144.53º95.31%41.76%-
HSV(B)144.53º97.6%81.57%-
XYZ24.3845.8516.8-
YUV133.62102.2536.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.66%
GREEN value IS 208 (81.64% from 255) = 69.10%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=1.66%
G=69.10%
B=29.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal5208880.9800.580.18144.5395.3141.76
Hex5D0586203A12915f2a
Octal53201301420722222113752
Binary1011101000010110001100010011101010010100100011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05D058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,208,88); }

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

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

 a { background-color: rgb(5,208,88); }

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

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

 span { border-color: rgb(5,208,88); }

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