Html Css Color HEX #01D74C Malachite

📋 copy color: '#01D74C'

red 1 ◦ green 215 ◦ blue 76

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

Shades of Malachite #01D74C

Tints of Malachite #01D74C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 73.63%

 BLUE value IS 76 (30.08% from 255) = 26.03%

R = 0.34%
G = 73.63%
B = 26.03%

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

#01D74C (or 0x01D74C) is known color: Malachite. HEX triplet: 01, D7 and 4C. RGB value is (1,215,76). Sum of RGB (Red+Green+Blue) = 1+215+76=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 215 (84.38% from 255 or 73.63% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 215 - color contains mainly: green. Hex color #01D74C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D74C is #FE28B3. Grayscale: #878787. Windows color (decimal): -16656564 or 5035777. OLE color: 5035777.

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

Color convert

RGB 1 215 76 -
CMYK 1.00 0 0.65 0.16
HSL 141.03º 0.99% 0.42% -
HSV(B) 141.03º 1% 0.84% -
XYZ 25.62 49.13 14.97 -
YUV 135.17 94.6 32.3 -
System Red Green Blue C M Y K H S L
Decimal 1 215 76 1.00 0 0.65 0.16 141.03 0.99 0.42
Hex 1 D7 4C 64 0 41 10 8D 63 2A
Octal 1 327 114 144 0 101 20 215 143 52
Binary 1 11010111 1001100 1100100 0 1000001 10000 10001101 1100011 101010

Color Harmonies of #01D74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D74C

Black with #01D74C

Text Example


Text Example

White with #01D74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,215,76); }

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

background-color css

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

 a { background-color: rgb(1,215,76); }

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

border-color css

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

 span { border-color: rgb(1,215,76); }

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