Html Css Color HEX #01FE40 Malachite

📋 copy color: '#01FE40'

red 1 ◦ green 254 ◦ blue 64

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

Shades of Malachite #01FE40

Tints of Malachite #01FE40

RGB

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

 GREEN value IS 254 (99.61% from 255) = 79.62%

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

R = 0.31%
G = 79.62%
B = 20.06%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#01FE40 (or 0x01FE40) is known color: Malachite. HEX triplet: 01, FE and 40. RGB value is (1,254,64). Sum of RGB (Red+Green+Blue) = 1+254+64=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 254 (99.61% from 255 or 79.62% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FE40 is #FE01BF. Grayscale: #9D9D9D. Windows color (decimal): -16646592 or 4259329. OLE color: 4259329.

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

Color convert

RGB 1 254 64 -
CMYK 1.00 0 0.75 0.00
HSL 134.94º 0.99% 0.5% -
HSV(B) 134.94º 1% 1% -
XYZ 36.38 71.26 16.69 -
YUV 156.69 75.68 16.95 -
System Red Green Blue C M Y K H S L
Decimal 1 254 64 1.00 0 0.75 0.00 134.94 0.99 0.5
Hex 1 FE 40 64 0 4B 0 87 63 32
Octal 1 376 100 144 0 113 0 207 143 62
Binary 1 11111110 1000000 1100100 0 1001011 0 10000111 1100011 110010

Color Harmonies of #01FE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FE40

Black with #01FE40

Text Example


Text Example

White with #01FE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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