#05D24A

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

Shades of Malachite #05D24A

Tints of Malachite #05D24A

Color information

#05D24A (or 0x05D24A) is unknown color: approx Malachite. HEX triplet: 05, D2 and 4A. RGB value is (5,210,74). Sum of RGB (Red+Green+Blue) = 5+210+74=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 210 (82.42% from 255 or 72.66% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 210 - color contains mainly: green. Hex color #05D24A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D24A is #FA2DB5. Grayscale: #858585. Windows color (decimal): -16395702 or 4903429. OLE color: 4903429.

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

Color convert

RGB521074-
CMYK0.9800.650.18
HSL140.2º95.35%42.16%-
HSV(B)140.2º97.62%82.35%-
XYZ24.3546.6214.19-
YUV133.294.5836.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.73%
GREEN value IS 210 (82.42% from 255) = 72.66%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=1.73%
G=72.66%
B=25.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal5210740.9800.650.18140.295.3542.16
Hex5D24A62041128c5f2a
Octal532211214201012221413752
Binary10111010010100101011000100100000110010100011001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05D24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,210,74); }

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

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

 a { background-color: rgb(5,210,74); }

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

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

 span { border-color: rgb(5,210,74); }

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