Html Css Color HEX #01DD65 Malachite

📋 copy color: '#01DD65'

red 1 ◦ green 221 ◦ blue 101

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

Shades of Malachite #01DD65

Tints of Malachite #01DD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.27%

R = 0.31%
G = 68.42%
B = 31.27%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#01DD65 (or 0x01DD65) is known color: Malachite. HEX triplet: 01, DD and 65. RGB value is (1,221,101). Sum of RGB (Red+Green+Blue) = 1+221+101=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DD65 is #FE229A. Grayscale: #8D8D8D. Windows color (decimal): -16655003 or 6675713. OLE color: 6675713.

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

Color convert

RGB 1 221 101 -
CMYK 1.00 0 0.54 0.13
HSL 147.27º 0.99% 0.44% -
HSV(B) 147.27º 1% 0.87% -
XYZ 28.22 52.66 20.99 -
YUV 141.54 105.11 27.76 -
System Red Green Blue C M Y K H S L
Decimal 1 221 101 1.00 0 0.54 0.13 147.27 0.99 0.44
Hex 1 DD 65 64 0 36 D 93 63 2C
Octal 1 335 145 144 0 66 15 223 143 54
Binary 1 11011101 1100101 1100100 0 110110 1101 10010011 1100011 101100

Color Harmonies of #01DD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD65

Black with #01DD65

Text Example


Text Example

White with #01DD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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