Html Css Color HEX #01FF40 Malachite

📋 copy color: '#01FF40'

red 1 ◦ green 255 ◦ blue 64

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

Shades of Malachite #01FF40

Tints of Malachite #01FF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20%

R = 0.31%
G = 79.69%
B = 20%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#01FF40 (or 0x01FF40) is known color: Malachite. HEX triplet: 01, FF and 40. RGB value is (1,255,64). Sum of RGB (Red+Green+Blue) = 1+255+64=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 255 (100% from 255 or 79.69% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FF40 is #FE00BF. Grayscale: #9D9D9D. Windows color (decimal): -16646336 or 4259585. OLE color: 4259585.

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

Color convert

RGB 1 255 64 -
CMYK 1.00 0 0.75 0
HSL 134.88º 1% 0.5% -
HSV(B) 134.88º 1% 1% -
XYZ 36.7 71.9 16.79 -
YUV 157.28 75.35 16.53 -
System Red Green Blue C M Y K H S L
Decimal 1 255 64 1.00 0 0.75 0 134.88 1 0.5
Hex 1 FF 40 64 0 4B 0 87 64 32
Octal 1 377 100 144 0 113 0 207 144 62
Binary 1 11111111 1000000 1100100 0 1001011 0 10000111 1100100 110010

Color Harmonies of #01FF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF40

Black with #01FF40

Text Example


Text Example

White with #01FF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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