Html Css Color HEX #0DDD57 Malachite

📋 copy color: '#0DDD57'

red 13 ◦ green 221 ◦ blue 87

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

Shades of Malachite #0DDD57

Tints of Malachite #0DDD57

RGB

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

 GREEN value IS 221 (86.72% from 255) = 68.85%

 BLUE value IS 87 (34.38% from 255) = 27.1%

R = 4.05%
G = 68.85%
B = 27.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#0DDD57 (or 0x0DDD57) is known color: Malachite. HEX triplet: 0D, DD and 57. RGB value is (13,221,87). Sum of RGB (Red+Green+Blue) = 13+221+87=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 221 (86.72% from 255 or 68.85% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDD57 is #F222A8. Grayscale: #8F8F8F. Windows color (decimal): -15868585 or 5758221. OLE color: 5758221.

HSL color Cylindrical-coordinate representation of color #0DDD57: hue angle of 141.35º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDD57 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 221 87 -
CMYK 0.94 0 0.61 0.13
HSL 141.35º 0.89% 0.46% -
HSV(B) 141.35º 0.94% 0.87% -
XYZ 27.74 52.49 17.69 -
YUV 143.53 96.09 34.9 -
System Red Green Blue C M Y K H S L
Decimal 13 221 87 0.94 0 0.61 0.13 141.35 0.89 0.46
Hex D DD 57 5E 0 3D D 8D 59 2E
Octal 15 335 127 136 0 75 15 215 131 56
Binary 1101 11011101 1010111 1011110 0 111101 1101 10001101 1011001 101110

Color Harmonies of #0DDD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDD57

Black with #0DDD57

Text Example


Text Example

White with #0DDD57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,221,87); }

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

background-color css

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

 a { background-color: rgb(13,221,87); }

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

border-color css

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

 span { border-color: rgb(13,221,87); }

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