#00DA52

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

Shades of Malachite #00DA52

Tints of Malachite #00DA52

Color information

#00DA52 (or 0x00DA52) is unknown color: approx Malachite. HEX triplet: 00, DA and 52. RGB value is (0,218,82). Sum of RGB (Red+Green+Blue) = 0+218+82=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 218 (85.55% from 255 or 72.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DA52 is #FF25AD. Grayscale: #898989. Windows color (decimal): -16721326 or 5429760. OLE color: 5429760.

HSL color Cylindrical-coordinate representation of color #00DA52: hue angle of 142.57º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DA52 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB021882-
CMYK100.620.15
HSL142.57º100%42.75%-
HSV(B)142.57º100%85.49%-
XYZ26.5950.7516.38-
YUV137.3196.7830.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 218 (85.55% from 255) = 72.67%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=0%
G=72.67%
B=27.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal021882100.620.15142.5710042.75
Hex0DA526403EF8f642b
Octal03321221440761721714453
Binary0110110101010010110010001111101111100011111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00DA52; }

 p { color: rgb(0,218,82); }

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

<style>
 a { background-color: #00DA52; }

 a { background-color: rgb(0,218,82); }

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

<style>
 span { border-color: #00DA52; }

 span { border-color: rgb(0,218,82); }

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