Html Css Color HEX #0DDB5F Malachite

📋 copy color: '#0DDB5F'

red 13 ◦ green 219 ◦ blue 95

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

Shades of Malachite #0DDB5F

Tints of Malachite #0DDB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 3.98%
G = 66.97%
B = 29.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#0DDB5F (or 0x0DDB5F) is known color: Malachite. HEX triplet: 0D, DB and 5F. RGB value is (13,219,95). Sum of RGB (Red+Green+Blue) = 13+219+95=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 219 (85.94% from 255 or 66.97% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDB5F is #F224A0. Grayscale: #8F8F8F. Windows color (decimal): -15869089 or 6281997. OLE color: 6281997.

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

Color convert

RGB 13 219 95 -
CMYK 0.94 0 0.57 0.14
HSL 143.88º 0.89% 0.45% -
HSV(B) 143.88º 0.94% 0.86% -
XYZ 27.56 51.57 19.33 -
YUV 143.27 100.75 35.08 -
System Red Green Blue C M Y K H S L
Decimal 13 219 95 0.94 0 0.57 0.14 143.88 0.89 0.45
Hex D DB 5F 5E 0 39 E 90 59 2D
Octal 15 333 137 136 0 71 16 220 131 55
Binary 1101 11011011 1011111 1011110 0 111001 1110 10010000 1011001 101101

Color Harmonies of #0DDB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDB5F

Black with #0DDB5F

Text Example


Text Example

White with #0DDB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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