Html Css Color HEX #01D051 Malachite

📋 copy color: '#01D051'

red 1 ◦ green 208 ◦ blue 81

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

Shades of Malachite #01D051

Tints of Malachite #01D051

RGB

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

 GREEN value IS 208 (81.64% from 255) = 71.72%

 BLUE value IS 81 (32.03% from 255) = 27.93%

R = 0.34%
G = 71.72%
B = 27.93%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#01D051 (or 0x01D051) is known color: Malachite. HEX triplet: 01, D0 and 51. RGB value is (1,208,81). Sum of RGB (Red+Green+Blue) = 1+208+81=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 208 (81.64% from 255 or 71.72% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 208 - color contains mainly: green. Hex color #01D051 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D051 is #FE2FAE. Grayscale: #838383. Windows color (decimal): -16658351 or 5361665. OLE color: 5361665.

HSL color Cylindrical-coordinate representation of color #01D051: hue angle of 143.19º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D051 is Cyan = 1.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 208 81 -
CMYK 1.00 0 0.61 0.18
HSL 143.19º 0.99% 0.41% -
HSV(B) 143.19º 1% 0.82% -
XYZ 24.05 45.71 15.34 -
YUV 131.63 99.42 34.83 -
System Red Green Blue C M Y K H S L
Decimal 1 208 81 1.00 0 0.61 0.18 143.19 0.99 0.41
Hex 1 D0 51 64 0 3D 12 8F 63 29
Octal 1 320 121 144 0 75 22 217 143 51
Binary 1 11010000 1010001 1100100 0 111101 10010 10001111 1100011 101001

Color Harmonies of #01D051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D051

Black with #01D051

Text Example


Text Example

White with #01D051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,208,81); }

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

background-color css

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

 a { background-color: rgb(1,208,81); }

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

border-color css

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

 span { border-color: rgb(1,208,81); }

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