Html Css Color HEX #01DC55 Malachite

📋 copy color: '#01DC55'

red 1 ◦ green 220 ◦ blue 85

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

Shades of Malachite #01DC55

Tints of Malachite #01DC55

RGB

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

 GREEN value IS 220 (86.33% from 255) = 71.9%

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

R = 0.33%
G = 71.9%
B = 27.78%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#01DC55 (or 0x01DC55) is known color: Malachite. HEX triplet: 01, DC and 55. RGB value is (1,220,85). Sum of RGB (Red+Green+Blue) = 1+220+85=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 220 (86.33% from 255 or 71.90% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DC55 is #FE23AA. Grayscale: #8B8B8B. Windows color (decimal): -16655275 or 5626881. OLE color: 5626881.

HSL color Cylindrical-coordinate representation of color #01DC55: hue angle of 143.01º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DC55 is Cyan = 1.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 220 85 -
CMYK 1.00 0 0.61 0.14
HSL 143.01º 0.99% 0.43% -
HSV(B) 143.01º 1% 0.86% -
XYZ 27.25 51.85 17.17 -
YUV 139.13 97.45 29.48 -
System Red Green Blue C M Y K H S L
Decimal 1 220 85 1.00 0 0.61 0.14 143.01 0.99 0.43
Hex 1 DC 55 64 0 3D E 8F 63 2B
Octal 1 334 125 144 0 75 16 217 143 53
Binary 1 11011100 1010101 1100100 0 111101 1110 10001111 1100011 101011

Color Harmonies of #01DC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DC55

Black with #01DC55

Text Example


Text Example

White with #01DC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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