Html Css Color HEX #01FF44 Malachite

📋 copy color: '#01FF44'

red 1 ◦ green 255 ◦ blue 68

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

Shades of Malachite #01FF44

Tints of Malachite #01FF44

RGB

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

 GREEN value IS 255 (100% from 255) = 78.7%

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 0.31%
G = 78.7%
B = 20.99%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#01FF44 (or 0x01FF44) is known color: Malachite. HEX triplet: 01, FF and 44. RGB value is (1,255,68). Sum of RGB (Red+Green+Blue) = 1+255+68=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 255 (100% from 255 or 78.70% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF44 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FF44 is #FE00BB. Grayscale: #9E9E9E. Windows color (decimal): -16646332 or 4521729. OLE color: 4521729.

HSL color Cylindrical-coordinate representation of color #01FF44: hue angle of 135.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FF44 is Cyan = 1.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB 1 255 68 -
CMYK 1.00 0 0.73 0
HSL 135.83º 1% 0.5% -
HSV(B) 135.83º 1% 1% -
XYZ 36.82 71.94 17.41 -
YUV 157.74 77.35 16.21 -
System Red Green Blue C M Y K H S L
Decimal 1 255 68 1.00 0 0.73 0 135.83 1 0.5
Hex 1 FF 44 64 0 49 0 88 64 32
Octal 1 377 104 144 0 111 0 210 144 62
Binary 1 11111111 1000100 1100100 0 1001001 0 10001000 1100100 110010

Color Harmonies of #01FF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF44

Black with #01FF44

Text Example


Text Example

White with #01FF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,255,68); }

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

background-color css

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

 a { background-color: rgb(1,255,68); }

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

border-color css

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

 span { border-color: rgb(1,255,68); }

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