Html Css Color HEX #0DDB40 Malachite

📋 copy color: '#0DDB40'

red 13 ◦ green 219 ◦ blue 64

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

Shades of Malachite #0DDB40

Tints of Malachite #0DDB40

RGB

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

 GREEN value IS 219 (85.94% from 255) = 73.99%

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

R = 4.39%
G = 73.99%
B = 21.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#0DDB40 (or 0x0DDB40) is known color: Malachite. HEX triplet: 0D, DB and 40. RGB value is (13,219,64). Sum of RGB (Red+Green+Blue) = 13+219+64=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 219 (85.94% from 255 or 73.99% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDB40 is #F224BF. Grayscale: #8C8C8C. Windows color (decimal): -15869120 or 4250381. OLE color: 4250381.

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

Color convert

RGB 13 219 64 -
CMYK 0.94 0 0.71 0.14
HSL 134.85º 0.89% 0.45% -
HSV(B) 134.85º 0.94% 0.86% -
XYZ 26.42 51.12 13.32 -
YUV 139.74 85.25 37.6 -
System Red Green Blue C M Y K H S L
Decimal 13 219 64 0.94 0 0.71 0.14 134.85 0.89 0.45
Hex D DB 40 5E 0 47 E 87 59 2D
Octal 15 333 100 136 0 107 16 207 131 55
Binary 1101 11011011 1000000 1011110 0 1000111 1110 10000111 1011001 101101

Color Harmonies of #0DDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDB40

Black with #0DDB40

Text Example


Text Example

White with #0DDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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