Html Css Color HEX #01DB55 Malachite

📋 copy color: '#01DB55'

red 1 ◦ green 219 ◦ blue 85

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

Shades of Malachite #01DB55

Tints of Malachite #01DB55

RGB

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

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

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

R = 0.33%
G = 71.8%
B = 27.87%

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

#01DB55 (or 0x01DB55) is known color: Malachite. HEX triplet: 01, DB and 55. RGB value is (1,219,85). Sum of RGB (Red+Green+Blue) = 1+219+85=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 219 (85.94% from 255 or 71.80% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 219 - color contains mainly: green. Hex color #01DB55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DB55 is #FE24AA. Grayscale: #8A8A8A. Windows color (decimal): -16655531 or 5626625. OLE color: 5626625.

HSL color Cylindrical-coordinate representation of color #01DB55: hue angle of 143.12º 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 #01DB55 is Cyan = 1.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 219 85 -
CMYK 1.00 0 0.61 0.14
HSL 143.12º 0.99% 0.43% -
HSV(B) 143.12º 1% 0.86% -
XYZ 26.98 51.33 17.08 -
YUV 138.54 97.78 29.9 -
System Red Green Blue C M Y K H S L
Decimal 1 219 85 1.00 0 0.61 0.14 143.12 0.99 0.43
Hex 1 DB 55 64 0 3D E 8F 63 2B
Octal 1 333 125 144 0 75 16 217 143 53
Binary 1 11011011 1010101 1100100 0 111101 1110 10001111 1100011 101011

Color Harmonies of #01DB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DB55

Black with #01DB55

Text Example


Text Example

White with #01DB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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