Html Css Color HEX #01DF52 Malachite

📋 copy color: '#01DF52'

red 1 ◦ green 223 ◦ blue 82

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

Shades of Malachite #01DF52

Tints of Malachite #01DF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.8%

R = 0.33%
G = 72.88%
B = 26.8%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#01DF52 (or 0x01DF52) is known color: Malachite. HEX triplet: 01, DF and 52. RGB value is (1,223,82). Sum of RGB (Red+Green+Blue) = 1+223+82=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 223 (87.5% from 255 or 72.88% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DF52 is #FE20AD. Grayscale: #8C8C8C. Windows color (decimal): -16654510 or 5431041. OLE color: 5431041.

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

Color convert

RGB 1 223 82 -
CMYK 1.00 0 0.63 0.13
HSL 141.89º 0.99% 0.44% -
HSV(B) 141.89º 1% 0.87% -
XYZ 27.92 53.39 16.82 -
YUV 140.55 94.95 28.46 -
System Red Green Blue C M Y K H S L
Decimal 1 223 82 1.00 0 0.63 0.13 141.89 0.99 0.44
Hex 1 DF 52 64 0 3F D 8E 63 2C
Octal 1 337 122 144 0 77 15 216 143 54
Binary 1 11011111 1010010 1100100 0 111111 1101 10001110 1100011 101100

Color Harmonies of #01DF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF52

Black with #01DF52

Text Example


Text Example

White with #01DF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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