Html Css Color HEX #01F740 Malachite

📋 copy color: '#01F740'

red 1 ◦ green 247 ◦ blue 64

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

Shades of Malachite #01F740

Tints of Malachite #01F740

RGB

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

 GREEN value IS 247 (96.88% from 255) = 79.17%

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

R = 0.32%
G = 79.17%
B = 20.51%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#01F740 (or 0x01F740) is known color: Malachite. HEX triplet: 01, F7 and 40. RGB value is (1,247,64). Sum of RGB (Red+Green+Blue) = 1+247+64=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 247 (96.88% from 255 or 79.17% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 247 - color contains mainly: green. Hex color #01F740 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F740 is #FE08BF. Grayscale: #999999. Windows color (decimal): -16648384 or 4257537. OLE color: 4257537.

HSL color Cylindrical-coordinate representation of color #01F740: hue angle of 135.37º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F740 is Cyan = 1.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 247 64 -
CMYK 1.00 0 0.74 0.03
HSL 135.37º 0.99% 0.49% -
HSV(B) 135.37º 1% 0.97% -
XYZ 34.2 66.9 15.96 -
YUV 152.58 78 19.88 -
System Red Green Blue C M Y K H S L
Decimal 1 247 64 1.00 0 0.74 0.03 135.37 0.99 0.49
Hex 1 F7 40 64 0 4A 3 87 63 31
Octal 1 367 100 144 0 112 3 207 143 61
Binary 1 11110111 1000000 1100100 0 1001010 11 10000111 1100011 110001

Color Harmonies of #01F740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F740

Black with #01F740

Text Example


Text Example

White with #01F740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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