Html Css Color HEX #01FD54 Malachite

📋 copy color: '#01FD54'

red 1 ◦ green 253 ◦ blue 84

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

Shades of Malachite #01FD54

Tints of Malachite #01FD54

RGB

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

 GREEN value IS 253 (99.22% from 255) = 74.85%

 BLUE value IS 84 (33.2% from 255) = 24.85%

R = 0.3%
G = 74.85%
B = 24.85%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#01FD54 (or 0x01FD54) is known color: Malachite. HEX triplet: 01, FD and 54. RGB value is (1,253,84). Sum of RGB (Red+Green+Blue) = 1+253+84=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 253 (99.22% from 255 or 74.85% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 253 - color contains mainly: green. Hex color #01FD54 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FD54 is #FE02AB. Grayscale: #9E9E9E. Windows color (decimal): -16646828 or 5569793. OLE color: 5569793.

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

Color convert

RGB 1 253 84 -
CMYK 1.00 0 0.67 0.01
HSL 139.76º 0.99% 0.5% -
HSV(B) 139.76º 1% 0.99% -
XYZ 36.74 70.9 20.14 -
YUV 158.39 86.01 15.74 -
System Red Green Blue C M Y K H S L
Decimal 1 253 84 1.00 0 0.67 0.01 139.76 0.99 0.5
Hex 1 FD 54 64 0 43 1 8C 63 32
Octal 1 375 124 144 0 103 1 214 143 62
Binary 1 11111101 1010100 1100100 0 1000011 1 10001100 1100011 110010

Color Harmonies of #01FD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FD54

Black with #01FD54

Text Example


Text Example

White with #01FD54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,253,84); }

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

background-color css

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

 a { background-color: rgb(1,253,84); }

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

border-color css

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

 span { border-color: rgb(1,253,84); }

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