Html Css Color HEX #01DD68 Malachite

📋 copy color: '#01DD68'

red 1 ◦ green 221 ◦ blue 104

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

Shades of Malachite #01DD68

Tints of Malachite #01DD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 0.31%
G = 67.79%
B = 31.9%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#01DD68 (or 0x01DD68) is known color: Malachite. HEX triplet: 01, DD and 68. RGB value is (1,221,104). Sum of RGB (Red+Green+Blue) = 1+221+104=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 221 (86.72% from 255 or 67.79% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DD68 is #FE2297. Grayscale: #8E8E8E. Windows color (decimal): -16655000 or 6872321. OLE color: 6872321.

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

Color convert

RGB 1 221 104 -
CMYK 1.00 0 0.53 0.13
HSL 148.09º 0.99% 0.44% -
HSV(B) 148.09º 1% 0.87% -
XYZ 28.37 52.72 21.78 -
YUV 141.88 106.61 27.51 -
System Red Green Blue C M Y K H S L
Decimal 1 221 104 1.00 0 0.53 0.13 148.09 0.99 0.44
Hex 1 DD 68 64 0 35 D 94 63 2C
Octal 1 335 150 144 0 65 15 224 143 54
Binary 1 11011101 1101000 1100100 0 110101 1101 10010100 1100011 101100

Color Harmonies of #01DD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD68

Black with #01DD68

Text Example


Text Example

White with #01DD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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