Html Css Color HEX #01CA51 Malachite

📋 copy color: '#01CA51'

red 1 ◦ green 202 ◦ blue 81

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

Shades of Malachite #01CA51

Tints of Malachite #01CA51

RGB

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

 GREEN value IS 202 (79.3% from 255) = 71.13%

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

R = 0.35%
G = 71.13%
B = 28.52%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#01CA51 (or 0x01CA51) is known color: Malachite. HEX triplet: 01, CA and 51. RGB value is (1,202,81). Sum of RGB (Red+Green+Blue) = 1+202+81=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 202 (79.30% from 255 or 71.13% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CA51 is #FE35AE. Grayscale: #808080. Windows color (decimal): -16659887 or 5360129. OLE color: 5360129.

HSL color Cylindrical-coordinate representation of color #01CA51: hue angle of 143.88º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CA51 is Cyan = 1.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 202 81 -
CMYK 1.00 0 0.60 0.21
HSL 143.88º 0.99% 0.4% -
HSV(B) 143.88º 1% 0.79% -
XYZ 22.62 42.84 14.86 -
YUV 128.11 101.41 37.34 -
System Red Green Blue C M Y K H S L
Decimal 1 202 81 1.00 0 0.60 0.21 143.88 0.99 0.4
Hex 1 CA 51 64 0 3C 15 90 63 28
Octal 1 312 121 144 0 74 25 220 143 50
Binary 1 11001010 1010001 1100100 0 111100 10101 10010000 1100011 101000

Color Harmonies of #01CA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CA51

Black with #01CA51

Text Example


Text Example

White with #01CA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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