Html Css Color HEX #0DDC50 Malachite

📋 copy color: '#0DDC50'

red 13 ◦ green 220 ◦ blue 80

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

Shades of Malachite #0DDC50

Tints of Malachite #0DDC50

RGB

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

 GREEN value IS 220 (86.33% from 255) = 70.29%

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 4.15%
G = 70.29%
B = 25.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#0DDC50 (or 0x0DDC50) is known color: Malachite. HEX triplet: 0D, DC and 50. RGB value is (13,220,80). Sum of RGB (Red+Green+Blue) = 13+220+80=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDC50 is #F223AF. Grayscale: #8E8E8E. Windows color (decimal): -15868848 or 5299213. OLE color: 5299213.

HSL color Cylindrical-coordinate representation of color #0DDC50: hue angle of 139.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC50 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 220 80 -
CMYK 0.94 0 0.64 0.14
HSL 139.42º 0.89% 0.46% -
HSV(B) 139.42º 0.94% 0.86% -
XYZ 27.21 51.85 16.16 -
YUV 142.15 92.92 35.88 -
System Red Green Blue C M Y K H S L
Decimal 13 220 80 0.94 0 0.64 0.14 139.42 0.89 0.46
Hex D DC 50 5E 0 40 E 8B 59 2E
Octal 15 334 120 136 0 100 16 213 131 56
Binary 1101 11011100 1010000 1011110 0 1000000 1110 10001011 1011001 101110

Color Harmonies of #0DDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDC50

Black with #0DDC50

Text Example


Text Example

White with #0DDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,220,80); }

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

background-color css

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

 a { background-color: rgb(13,220,80); }

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

border-color css

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

 span { border-color: rgb(13,220,80); }

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