Html Css Color HEX #01DB5D Malachite

📋 copy color: '#01DB5D'

red 1 ◦ green 219 ◦ blue 93

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

Shades of Malachite #01DB5D

Tints of Malachite #01DB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 0.32%
G = 69.97%
B = 29.71%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#01DB5D (or 0x01DB5D) is known color: Malachite. HEX triplet: 01, DB and 5D. RGB value is (1,219,93). Sum of RGB (Red+Green+Blue) = 1+219+93=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 219 (85.94% from 255 or 69.97% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 219 - color contains mainly: green. Hex color #01DB5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DB5D is #FE24A2. Grayscale: #8B8B8B. Windows color (decimal): -16655523 or 6150913. OLE color: 6150913.

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

Color convert

RGB 1 219 93 -
CMYK 1.00 0 0.58 0.14
HSL 145.32º 0.99% 0.43% -
HSV(B) 145.32º 1% 0.86% -
XYZ 27.32 51.46 18.85 -
YUV 139.45 101.78 29.25 -
System Red Green Blue C M Y K H S L
Decimal 1 219 93 1.00 0 0.58 0.14 145.32 0.99 0.43
Hex 1 DB 5D 64 0 3A E 91 63 2B
Octal 1 333 135 144 0 72 16 221 143 53
Binary 1 11011011 1011101 1100100 0 111010 1110 10010001 1100011 101011

Color Harmonies of #01DB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DB5D

Black with #01DB5D

Text Example


Text Example

White with #01DB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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