Html Css Color HEX #0DDC64 Malachite

📋 copy color: '#0DDC64'

red 13 ◦ green 220 ◦ blue 100

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

Shades of Malachite #0DDC64

Tints of Malachite #0DDC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.03%

R = 3.9%
G = 66.07%
B = 30.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#0DDC64 (or 0x0DDC64) is known color: Malachite. HEX triplet: 0D, DC and 64. RGB value is (13,220,100). Sum of RGB (Red+Green+Blue) = 13+220+100=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 220 (86.33% from 255 or 66.07% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDC64 is #F2239B. Grayscale: #909090. Windows color (decimal): -15868828 or 6609933. OLE color: 6609933.

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

Color convert

RGB 13 220 100 -
CMYK 0.94 0 0.55 0.14
HSL 145.22º 0.89% 0.46% -
HSV(B) 145.22º 0.94% 0.86% -
XYZ 28.06 52.19 20.65 -
YUV 144.43 102.92 34.26 -
System Red Green Blue C M Y K H S L
Decimal 13 220 100 0.94 0 0.55 0.14 145.22 0.89 0.46
Hex D DC 64 5E 0 37 E 91 59 2E
Octal 15 334 144 136 0 67 16 221 131 56
Binary 1101 11011100 1100100 1011110 0 110111 1110 10010001 1011001 101110

Color Harmonies of #0DDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDC64

Black with #0DDC64

Text Example


Text Example

White with #0DDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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