Html Css Color HEX #01FF41 Malachite

📋 copy color: '#01FF41'

red 1 ◦ green 255 ◦ blue 65

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

Shades of Malachite #01FF41

Tints of Malachite #01FF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.25%

R = 0.31%
G = 79.44%
B = 20.25%

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

#01FF41 (or 0x01FF41) is known color: Malachite. HEX triplet: 01, FF and 41. RGB value is (1,255,65). Sum of RGB (Red+Green+Blue) = 1+255+65=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 255 (100% from 255 or 79.44% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FF41 is #FE00BE. Grayscale: #9D9D9D. Windows color (decimal): -16646335 or 4325121. OLE color: 4325121.

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

Color convert

RGB 1 255 65 -
CMYK 1.00 0 0.75 0
HSL 135.12º 1% 0.5% -
HSV(B) 135.12º 1% 1% -
XYZ 36.73 71.91 16.94 -
YUV 157.39 75.85 16.45 -
System Red Green Blue C M Y K H S L
Decimal 1 255 65 1.00 0 0.75 0 135.12 1 0.5
Hex 1 FF 41 64 0 4B 0 87 64 32
Octal 1 377 101 144 0 113 0 207 144 62
Binary 1 11111111 1000001 1100100 0 1001011 0 10000111 1100100 110010

Color Harmonies of #01FF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF41

Black with #01FF41

Text Example


Text Example

White with #01FF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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