Html Css Color HEX #01DD55 Malachite

📋 copy color: '#01DD55'

red 1 ◦ green 221 ◦ blue 85

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

Shades of Malachite #01DD55

Tints of Malachite #01DD55

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

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

 BLUE value IS 85 (33.59% from 255) = 27.69%

R = 0.33%
G = 71.99%
B = 27.69%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#01DD55 (or 0x01DD55) is known color: Malachite. HEX triplet: 01, DD and 55. RGB value is (1,221,85). Sum of RGB (Red+Green+Blue) = 1+221+85=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 221 (86.72% from 255 or 71.99% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DD55 is #FE22AA. Grayscale: #8C8C8C. Windows color (decimal): -16655019 or 5627137. OLE color: 5627137.

HSL color Cylindrical-coordinate representation of color #01DD55: hue angle of 142.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DD55 is Cyan = 1.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 221 85 -
CMYK 1.00 0 0.62 0.13
HSL 142.91º 0.99% 0.44% -
HSV(B) 142.91º 1% 0.87% -
XYZ 27.51 52.38 17.25 -
YUV 139.72 97.11 29.06 -
System Red Green Blue C M Y K H S L
Decimal 1 221 85 1.00 0 0.62 0.13 142.91 0.99 0.44
Hex 1 DD 55 64 0 3E D 8F 63 2C
Octal 1 335 125 144 0 76 15 217 143 54
Binary 1 11011101 1010101 1100100 0 111110 1101 10001111 1100011 101100

Color Harmonies of #01DD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD55

Black with #01DD55

Text Example


Text Example

White with #01DD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DD55; }

 p { color: rgb(1,221,85); }

 H1.HeaderClassName
 {
   color: #01DD55;
 }
 .AnyTagClassName
 {
   color: #01DD55;
 }
</style>

background-color css

<style>
 a { background-color: #01DD55; }

 a { background-color: rgb(1,221,85); }

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

border-color css

<style>
 span { border-color: #01DD55; }

 span { border-color: rgb(1,221,85); }

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