Html Css Color HEX #01FC4D Malachite

📋 copy color: '#01FC4D'

red 1 ◦ green 252 ◦ blue 77

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

Shades of Malachite #01FC4D

Tints of Malachite #01FC4D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 76.36%

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 0.3%
G = 76.36%
B = 23.33%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#01FC4D (or 0x01FC4D) is known color: Malachite. HEX triplet: 01, FC and 4D. RGB value is (1,252,77). Sum of RGB (Red+Green+Blue) = 1+252+77=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 252 (98.83% from 255 or 76.36% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FC4D is #FE03B2. Grayscale: #9D9D9D. Windows color (decimal): -16647091 or 5110785. OLE color: 5110785.

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

Color convert

RGB 1 252 77 -
CMYK 1.00 0 0.69 0.01
HSL 138.17º 0.99% 0.5% -
HSV(B) 138.17º 1% 0.99% -
XYZ 36.16 70.16 18.66 -
YUV 157 82.84 16.73 -
System Red Green Blue C M Y K H S L
Decimal 1 252 77 1.00 0 0.69 0.01 138.17 0.99 0.5
Hex 1 FC 4D 64 0 45 1 8A 63 32
Octal 1 374 115 144 0 105 1 212 143 62
Binary 1 11111100 1001101 1100100 0 1000101 1 10001010 1100011 110010

Color Harmonies of #01FC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FC4D

Black with #01FC4D

Text Example


Text Example

White with #01FC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,252,77); }

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

background-color css

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

 a { background-color: rgb(1,252,77); }

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

border-color css

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

 span { border-color: rgb(1,252,77); }

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