#0DD749

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

Shades of Malachite #0DD749

Tints of Malachite #0DD749

Color information

#0DD749 (or 0x0DD749) is unknown color: approx Malachite. HEX triplet: 0D, D7 and 49. RGB value is (13,215,73). Sum of RGB (Red+Green+Blue) = 13+215+73=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 215 (84.38% from 255 or 71.43% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD749 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD749 is #F228B6. Grayscale: #8A8A8A. Windows color (decimal): -15870135 or 4839181. OLE color: 4839181.

HSL color Cylindrical-coordinate representation of color #0DD749: hue angle of 137.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD749 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB1321573-
CMYK0.9400.660.16
HSL137.82º88.6%44.71%-
HSV(B)137.82º93.95%84.31%-
XYZ25.6749.1714.44-
YUV138.4191.0838.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.32%
GREEN value IS 215 (84.38% from 255) = 71.43%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=4.32%
G=71.43%
B=24.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal13215730.9400.660.16137.8288.644.71
HexDD7495E042108a592d
Octal1532711113601022021213155
Binary110111010111100100110111100100001010000100010101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DD749; }

 p { color: rgb(13,215,73); }

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

<style>
 a { background-color: #0DD749; }

 a { background-color: rgb(13,215,73); }

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

<style>
 span { border-color: #0DD749; }

 span { border-color: rgb(13,215,73); }

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