Html Css Color HEX #0DDB3F Malachite

📋 copy color: '#0DDB3F'

red 13 ◦ green 219 ◦ blue 63

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

Shades of Malachite #0DDB3F

Tints of Malachite #0DDB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.36%

R = 4.41%
G = 74.24%
B = 21.36%

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

#0DDB3F (or 0x0DDB3F) is known color: Malachite. HEX triplet: 0D, DB and 3F. RGB value is (13,219,63). Sum of RGB (Red+Green+Blue) = 13+219+63=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 219 (85.94% from 255 or 74.24% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDB3F is #F224C0. Grayscale: #8C8C8C. Windows color (decimal): -15869121 or 4184845. OLE color: 4184845.

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

Color convert

RGB 13 219 63 -
CMYK 0.94 0 0.71 0.14
HSL 134.56º 0.89% 0.45% -
HSV(B) 134.56º 0.94% 0.86% -
XYZ 26.39 51.11 13.18 -
YUV 139.62 84.75 37.68 -
System Red Green Blue C M Y K H S L
Decimal 13 219 63 0.94 0 0.71 0.14 134.56 0.89 0.45
Hex D DB 3F 5E 0 47 E 87 59 2D
Octal 15 333 77 136 0 107 16 207 131 55
Binary 1101 11011011 111111 1011110 0 1000111 1110 10000111 1011001 101101

Color Harmonies of #0DDB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDB3F

Black with #0DDB3F

Text Example


Text Example

White with #0DDB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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