Html Css Color HEX #01CD65 Malachite

📋 copy color: '#01CD65'

red 1 ◦ green 205 ◦ blue 101

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

Shades of Malachite #01CD65

Tints of Malachite #01CD65

RGB

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

 GREEN value IS 205 (80.47% from 255) = 66.78%

 BLUE value IS 101 (39.84% from 255) = 32.9%

R = 0.33%
G = 66.78%
B = 32.9%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#01CD65 (or 0x01CD65) is known color: Malachite. HEX triplet: 01, CD and 65. RGB value is (1,205,101). Sum of RGB (Red+Green+Blue) = 1+205+101=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 205 (80.47% from 255 or 66.78% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 205 - color contains mainly: green. Hex color #01CD65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CD65 is #FE329A. Grayscale: #848484. Windows color (decimal): -16659099 or 6671617. OLE color: 6671617.

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

Color convert

RGB 1 205 101 -
CMYK 1.00 0 0.51 0.20
HSL 149.41º 0.99% 0.4% -
HSV(B) 149.41º 1% 0.8% -
XYZ 24.19 44.61 19.65 -
YUV 132.15 110.41 34.46 -
System Red Green Blue C M Y K H S L
Decimal 1 205 101 1.00 0 0.51 0.20 149.41 0.99 0.4
Hex 1 CD 65 64 0 33 14 95 63 28
Octal 1 315 145 144 0 63 24 225 143 50
Binary 1 11001101 1100101 1100100 0 110011 10100 10010101 1100011 101000

Color Harmonies of #01CD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CD65

Black with #01CD65

Text Example


Text Example

White with #01CD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,205,101); }

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

background-color css

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

 a { background-color: rgb(1,205,101); }

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

border-color css

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

 span { border-color: rgb(1,205,101); }

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