Html Css Color HEX #0DD640 Malachite

📋 copy color: '#0DD640'

red 13 ◦ green 214 ◦ blue 64

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

Shades of Malachite #0DD640

Tints of Malachite #0DD640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 73.54%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 4.47%
G = 73.54%
B = 21.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#0DD640 (or 0x0DD640) is known color: Malachite. HEX triplet: 0D, D6 and 40. RGB value is (13,214,64). Sum of RGB (Red+Green+Blue) = 13+214+64=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 214 (83.98% from 255 or 73.54% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD640 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD640 is #F229BF. Grayscale: #898989. Windows color (decimal): -15870400 or 4249101. OLE color: 4249101.

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

Color convert

RGB 13 214 64 -
CMYK 0.94 0 0.70 0.16
HSL 135.22º 0.89% 0.45% -
HSV(B) 135.22º 0.94% 0.84% -
XYZ 25.14 48.55 12.9 -
YUV 136.8 86.91 39.7 -
System Red Green Blue C M Y K H S L
Decimal 13 214 64 0.94 0 0.70 0.16 135.22 0.89 0.45
Hex D D6 40 5E 0 46 10 87 59 2D
Octal 15 326 100 136 0 106 20 207 131 55
Binary 1101 11010110 1000000 1011110 0 1000110 10000 10000111 1011001 101101

Color Harmonies of #0DD640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD640

Black with #0DD640

Text Example


Text Example

White with #0DD640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,214,64); }

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

background-color css

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

 a { background-color: rgb(13,214,64); }

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

border-color css

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

 span { border-color: rgb(13,214,64); }

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