#01DF42

Color #01DF42 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #01DF42

Tints of Malachite #01DF42

Color information

#01DF42 (or 0x01DF42) is unknown color: approx Malachite. HEX triplet: 01, DF and 42. RGB value is (1,223,66). Sum of RGB (Red+Green+Blue) = 1+223+66=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 223 (87.5% from 255 or 76.90% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF42 is #FE20BD. Grayscale: #8B8B8B. Windows color (decimal): -16654526 or 4382465. OLE color: 4382465.

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

Color convert

RGB122366-
CMYK1.0000.700.13
HSL137.57º99.11%43.92%-
HSV(B)137.57º99.55%87.45%-
XYZ27.3853.1813.97-
YUV138.7286.9529.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 223 (87.5% from 255) = 76.90%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=0.34%
G=76.90%
B=22.76%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1223661.0000.700.13137.5799.1143.92
Hex1DF4264046D8a632c
Octal133710214401061521214354
Binary11101111110000101100100010001101101100010101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01DF42;
 }
 .AnyTagClassName
 {
   color: #01DF42;
 }
</style>
background-color css

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

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

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

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

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

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