Html Css Color HEX #01FF3B Malachite

📋 copy color: '#01FF3B'

red 1 ◦ green 255 ◦ blue 59

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

Shades of Malachite #01FF3B

Tints of Malachite #01FF3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.73%

R = 0.32%
G = 80.95%
B = 18.73%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#01FF3B (or 0x01FF3B) is known color: Malachite. HEX triplet: 01, FF and 3B. RGB value is (1,255,59). Sum of RGB (Red+Green+Blue) = 1+255+59=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 255 (100% from 255 or 80.95% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF3B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FF3B is #FE00C4. Grayscale: #9D9D9D. Windows color (decimal): -16646341 or 3931905. OLE color: 3931905.

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

Color convert

RGB 1 255 59 -
CMYK 1.00 0 0.77 0
HSL 133.7º 1% 0.5% -
HSV(B) 133.7º 1% 1% -
XYZ 36.56 71.84 16.08 -
YUV 156.71 72.85 16.94 -
System Red Green Blue C M Y K H S L
Decimal 1 255 59 1.00 0 0.77 0 133.7 1 0.5
Hex 1 FF 3B 64 0 4D 0 86 64 32
Octal 1 377 73 144 0 115 0 206 144 62
Binary 1 11111111 111011 1100100 0 1001101 0 10000110 1100100 110010

Color Harmonies of #01FF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF3B

Black with #01FF3B

Text Example


Text Example

White with #01FF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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