Html Css Color HEX #0DD55B Malachite

📋 copy color: '#0DD55B'

red 13 ◦ green 213 ◦ blue 91

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

Shades of Malachite #0DD55B

Tints of Malachite #0DD55B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 67.19%

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 4.1%
G = 67.19%
B = 28.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#0DD55B (or 0x0DD55B) is known color: Malachite. HEX triplet: 0D, D5 and 5B. RGB value is (13,213,91). Sum of RGB (Red+Green+Blue) = 13+213+91=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 213 (83.59% from 255 or 67.19% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD55B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD55B is #F22AA4. Grayscale: #8B8B8B. Windows color (decimal): -15870629 or 6018317. OLE color: 6018317.

HSL color Cylindrical-coordinate representation of color #0DD55B: hue angle of 143.4º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD55B is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 213 91 -
CMYK 0.94 0 0.57 0.16
HSL 143.4º 0.88% 0.44% -
HSV(B) 143.4º 0.94% 0.84% -
XYZ 25.85 48.43 17.88 -
YUV 139.29 100.74 37.92 -
System Red Green Blue C M Y K H S L
Decimal 13 213 91 0.94 0 0.57 0.16 143.4 0.88 0.44
Hex D D5 5B 5E 0 39 10 8F 58 2C
Octal 15 325 133 136 0 71 20 217 130 54
Binary 1101 11010101 1011011 1011110 0 111001 10000 10001111 1011000 101100

Color Harmonies of #0DD55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD55B

Black with #0DD55B

Text Example


Text Example

White with #0DD55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,213,91); }

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

background-color css

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

 a { background-color: rgb(13,213,91); }

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

border-color css

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

 span { border-color: rgb(13,213,91); }

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