Html Css Color HEX #0DD773 Malachite

📋 copy color: '#0DD773'

red 13 ◦ green 215 ◦ blue 115

#0DD773
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0DD773

Tints of Malachite #0DD773

RGB

 RED value IS 13 (5.47% from 255) = 3.79%

 GREEN value IS 215 (84.38% from 255) = 62.68%

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 3.79%
G = 62.68%
B = 33.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#0DD773 (or 0x0DD773) is known color: Malachite. HEX triplet: 0D, D7 and 73. RGB value is (13,215,115). Sum of RGB (Red+Green+Blue) = 13+215+115=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 215 (84.38% from 255 or 62.68% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD773 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD773 is #F2288C. Grayscale: #8F8F8F. Windows color (decimal): -15870093 or 7591693. OLE color: 7591693.

HSL color Cylindrical-coordinate representation of color #0DD773: hue angle of 150.3º 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 #0DD773 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 215 115 -
CMYK 0.94 0 0.47 0.16
HSL 150.3º 0.89% 0.45% -
HSV(B) 150.3º 0.94% 0.84% -
XYZ 27.56 49.92 24.4 -
YUV 143.2 112.08 35.13 -
System Red Green Blue C M Y K H S L
Decimal 13 215 115 0.94 0 0.47 0.16 150.3 0.89 0.45
Hex D D7 73 5E 0 2F 10 96 59 2D
Octal 15 327 163 136 0 57 20 226 131 55
Binary 1101 11010111 1110011 1011110 0 101111 10000 10010110 1011001 101101

Color Harmonies of #0DD773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD773

Black with #0DD773

Text Example


Text Example

White with #0DD773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DD773;
 }
 .AnyTagClassName
 {
   color: #0DD773;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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