Html Css Color HEX #01FB50 Malachite

📋 copy color: '#01FB50'

red 1 ◦ green 251 ◦ blue 80

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

Shades of Malachite #01FB50

Tints of Malachite #01FB50

RGB

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

 GREEN value IS 251 (98.44% from 255) = 75.6%

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 0.3%
G = 75.6%
B = 24.1%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#01FB50 (or 0x01FB50) is known color: Malachite. HEX triplet: 01, FB and 50. RGB value is (1,251,80). Sum of RGB (Red+Green+Blue) = 1+251+80=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 251 (98.44% from 255 or 75.60% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FB50 is #FE04AF. Grayscale: #9D9D9D. Windows color (decimal): -16647344 or 5307137. OLE color: 5307137.

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

Color convert

RGB 1 251 80 -
CMYK 1.00 0 0.68 0.02
HSL 138.96º 0.99% 0.49% -
HSV(B) 138.96º 1% 0.98% -
XYZ 35.96 69.58 19.12 -
YUV 156.76 84.68 16.9 -
System Red Green Blue C M Y K H S L
Decimal 1 251 80 1.00 0 0.68 0.02 138.96 0.99 0.49
Hex 1 FB 50 64 0 44 2 8B 63 31
Octal 1 373 120 144 0 104 2 213 143 61
Binary 1 11111011 1010000 1100100 0 1000100 10 10001011 1100011 110001

Color Harmonies of #01FB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FB50

Black with #01FB50

Text Example


Text Example

White with #01FB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,251,80); }

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

background-color css

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

 a { background-color: rgb(1,251,80); }

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

border-color css

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

 span { border-color: rgb(1,251,80); }

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