Html Css Color HEX #01D54B Malachite

📋 copy color: '#01D54B'

red 1 ◦ green 213 ◦ blue 75

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

Shades of Malachite #01D54B

Tints of Malachite #01D54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 73.7%

 BLUE value IS 75 (29.69% from 255) = 25.95%

R = 0.35%
G = 73.7%
B = 25.95%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#01D54B (or 0x01D54B) is known color: Malachite. HEX triplet: 01, D5 and 4B. RGB value is (1,213,75). Sum of RGB (Red+Green+Blue) = 1+213+75=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 213 (83.59% from 255 or 73.70% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 213 - color contains mainly: green. Hex color #01D54B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D54B is #FE2AB4. Grayscale: #868686. Windows color (decimal): -16657077 or 4969729. OLE color: 4969729.

HSL color Cylindrical-coordinate representation of color #01D54B: hue angle of 140.94º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D54B is Cyan = 1.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 213 75 -
CMYK 1.00 0 0.65 0.16
HSL 140.94º 0.99% 0.42% -
HSV(B) 140.94º 1% 0.84% -
XYZ 25.08 48.1 14.62 -
YUV 133.88 94.76 33.22 -
System Red Green Blue C M Y K H S L
Decimal 1 213 75 1.00 0 0.65 0.16 140.94 0.99 0.42
Hex 1 D5 4B 64 0 41 10 8D 63 2A
Octal 1 325 113 144 0 101 20 215 143 52
Binary 1 11010101 1001011 1100100 0 1000001 10000 10001101 1100011 101010

Color Harmonies of #01D54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D54B

Black with #01D54B

Text Example


Text Example

White with #01D54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,213,75); }

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

background-color css

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

 a { background-color: rgb(1,213,75); }

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

border-color css

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

 span { border-color: rgb(1,213,75); }

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