Html Css Color HEX #01DF68 Malachite

📋 copy color: '#01DF68'

red 1 ◦ green 223 ◦ blue 104

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

Shades of Malachite #01DF68

Tints of Malachite #01DF68

RGB

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

 GREEN value IS 223 (87.5% from 255) = 67.99%

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

R = 0.3%
G = 67.99%
B = 31.71%

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

#01DF68 (or 0x01DF68) is known color: Malachite. HEX triplet: 01, DF and 68. RGB value is (1,223,104). Sum of RGB (Red+Green+Blue) = 1+223+104=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 223 (87.5% from 255 or 67.99% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DF68 is #FE2097. Grayscale: #8F8F8F. Windows color (decimal): -16654488 or 6872833. OLE color: 6872833.

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

Color convert

RGB 1 223 104 -
CMYK 1.00 0 0.53 0.13
HSL 147.84º 0.99% 0.44% -
HSV(B) 147.84º 1% 0.87% -
XYZ 28.9 53.78 21.95 -
YUV 143.06 105.95 26.68 -
System Red Green Blue C M Y K H S L
Decimal 1 223 104 1.00 0 0.53 0.13 147.84 0.99 0.44
Hex 1 DF 68 64 0 35 D 94 63 2C
Octal 1 337 150 144 0 65 15 224 143 54
Binary 1 11011111 1101000 1100100 0 110101 1101 10010100 1100011 101100

Color Harmonies of #01DF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF68

Black with #01DF68

Text Example


Text Example

White with #01DF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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